]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shared/utmp-wtmp: fix copy/paste error
authorMichael Olbrich <m.olbrich@pengutronix.de>
Thu, 30 Apr 2015 18:28:37 +0000 (20:28 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 6 May 2015 03:41:10 +0000 (23:41 -0400)
src/shared/utmp-wtmp.h

index 6ac2c7b1c768cbade799e948c4d1ae1d83188852..5d26ba6fb1d0f19dc6f6d07070f0edfa72c39617 100644 (file)
@@ -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;
 }