last: trim format string a bit
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 22 May 2008 17:14:09 +0000 (17:14 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 22 May 2008 17:14:09 +0000 (17:14 -0000)
miscutils/last_fancy.c

index 0ad2b9245faaf48c7346a1e511ed26077161f910..03df8dcdde0f27edc848ad8383da99166505f87d 100644 (file)
@@ -7,7 +7,7 @@
  * Licensed under the GPLv2 or later, see the file LICENSE in this tarball.
  */
 
-#define HEADER_FORMAT     "%-8.8s %-12.12s %-*.*s %-16.16s %-7.7s %-12.12s\n"
+#define HEADER_FORMAT     "%-8.8s %-12.12s %-*.*s %-16.16s %-7.7s %s\n"
 #define HEADER_LINE       "USER", "TTY", \
        INET_ADDRSTRLEN, INET_ADDRSTRLEN, "HOST", "LOGIN", "  TIME", ""
 #define HEADER_LINE_WIDE  "USER", "TTY", \