From 3b438f966890ce4055a15cdcc07cfa783401ac4c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 20 Aug 2010 17:25:40 +0200 Subject: [PATCH] The 2nd line is not a sentence, so it should not end with a period --- ywho.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2