remove newline

This commit is contained in:
sewn 2024-09-13 16:23:24 +03:00
parent be43694a6f
commit b05288601e
No known key found for this signature in database

2
dam.c
View file

@ -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