summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-04-30 20:28:37 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-05-05 23:41:10 -0400
commit3e7f33ada92ccc9da96b2b1c9af1f123d09ad954 (patch)
treef2f79d873630c531944266fb21f5f06ed28e570d
parent236e1cc4cf377c227020f5da7ba1bb860c7ef36e (diff)
shared/utmp-wtmp: fix copy/paste error
-rw-r--r--src/shared/utmp-wtmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/utmp-wtmp.h b/src/shared/utmp-wtmp.h
index 6ac2c7b1c..5d26ba6fb 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;
}