diff options
-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; } |