From 3e7f33ada92ccc9da96b2b1c9af1f123d09ad954 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 30 Apr 2015 20:28:37 +0200 Subject: shared/utmp-wtmp: fix copy/paste error --- src/shared/utmp-wtmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared') 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; } -- cgit v1.2.3-54-g00ecf