From b05288601e51763fc6bb575504be329e346a3bcb Mon Sep 17 00:00:00 2001 From: sewn Date: Fri, 13 Sep 2024 16:23:24 +0300 Subject: [PATCH] remove newline --- dam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dam.c b/dam.c index 04ef4f4..a945d59 100644 --- a/dam.c +++ b/dam.c @@ -819,7 +819,7 @@ cleanup(void) static void usage(void) { - die("usage: dam [-st] [-f font] [-nb color] [-nf color] [-sb color] [-sf color]\n"); + die("usage: dam [-st] [-f font] [-nb color] [-nf color] [-sb color] [-sf color]"); } int