diff options
author | Michael Olbrich <m.olbrich@pengutronix.de> | 2015-04-30 20:28:37 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-05-05 23:41:10 -0400 |
commit | 3e7f33ada92ccc9da96b2b1c9af1f123d09ad954 (patch) | |
tree | f2f79d873630c531944266fb21f5f06ed28e570d /src/shared/utmp-wtmp.h | |
parent | 236e1cc4cf377c227020f5da7ba1bb860c7ef36e (diff) |
shared/utmp-wtmp: fix copy/paste error
Diffstat (limited to 'src/shared/utmp-wtmp.h')
-rw-r--r-- | src/shared/utmp-wtmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/utmp-wtmp.h b/src/shared/utmp-wtmp.h index 6ac2c7b1c7..5d26ba6fb1 100644 --- a/src/shared/utmp-wtmp.h +++ b/src/shared/utmp-wtmp.h @@ -65,7 +65,7 @@ static inline int utmp_wall( const char *username, const char *origin_tty, bool (*match_tty)(const char *tty, void *userdata), - void *userdata); + void *userdata) { return 0; } |