[hackers] [ubase] last: spaces to tabs || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Fri, 20 Feb 2015 16:36:38 +0100 (CET)

commit 314f2a77f045c3353f1db17cc00cdf81ecbf699c
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Fri Feb 20 16:08:55 2015 +0100

    last: spaces to tabs

diff --git a/last.c b/last.c
index 7308a42..95b25fa 100644
--- a/last.c
+++ b/last.c
_AT_@ -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 ||
Received on Fri Feb 20 2015 - 16:36:38 CET

This archive was generated by hypermail 2.3.0 : Fri Feb 20 2015 - 16:48:09 CET