From: Michael Olbrich Date: Thu, 30 Apr 2015 18:28:37 +0000 (+0200) Subject: shared/utmp-wtmp: fix copy/paste error X-Git-Tag: v220~202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e7f33ada92ccc9da96b2b1c9af1f123d09ad954;p=thirdparty%2Fsystemd.git shared/utmp-wtmp: fix copy/paste error --- diff --git a/src/shared/utmp-wtmp.h b/src/shared/utmp-wtmp.h index 6ac2c7b1c76..5d26ba6fb1d 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; }