From 314f2a77f045c3353f1db17cc00cdf81ecbf699c Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 20 Feb 2015 16:08:55 +0100 Subject: [PATCH] last: spaces to tabs --- last.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/last.c b/last.c index 7308a42..95b25fa 100644 --- a/last.c +++ b/last.c @@ -46,7 +46,7 @@ main(int argc, char **argv) prog = basename(argv0); file = (!strcmp(prog, "last")) ? WTMP_PATH : BTMP_PATH; if ((fp = fopen(file, "r")) == NULL) - eprintf("fopen %s:", file); + eprintf("fopen %s:", file); while (fread(&ut, sizeof(ut), 1, fp) == 1) { if (ut.ut_type != USER_PROCESS ||