From: Martin Mares Date: Fri, 20 Aug 2010 15:25:40 +0000 (+0200) Subject: The 2nd line is not a sentence, so it should not end with a period X-Git-Tag: v1.12~5 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3b438f966890ce4055a15cdcc07cfa783401ac4c;p=ywho.git The 2nd line is not a sentence, so it should not end with a period --- diff --git a/ywho.c b/ywho.c index 0b4670e..09e8cc5 100644 --- 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