]> mj.ucw.cz Git - ywho.git/commitdiff
The 2nd line is not a sentence, so it should not end with a period
authorMartin Mares <mj@ucw.cz>
Fri, 20 Aug 2010 15:25:40 +0000 (17:25 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 20 Aug 2010 15:25:40 +0000 (17:25 +0200)
ywho.c

diff --git a/ywho.c b/ywho.c
index 0b4670e6ae250c1f3807a51c32239f3284c6cf2e..09e8cc55b718ed9df93b12490293570f82124446 100644 (file)
--- a/ywho.c
+++ b/ywho.c
@@ -326,7 +326,7 @@ line2(void)
          printf(" of swap");
        }
     }
-  printf(", %d user%s.\n", usercnt, usercnt == 1 ? "" : "s");
+  printf(", %d user%s\n", usercnt, usercnt == 1 ? "" : "s");
 }
 
 static void