shared/utmp-wtmp: fix copy/paste error

This commit is contained in:
Michael Olbrich 2015-04-30 20:28:37 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 236e1cc4cf
commit 3e7f33ada9

View 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;
}