From 06d33ea593518c18b245b35f6fe942a315c8a21e Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 4 Aug 2024 02:49:37 +0200 Subject: Added a newline --- FICS/ficsmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FICS/ficsmain.c b/FICS/ficsmain.c index d9ba3d1..d6efd59 100644 --- a/FICS/ficsmain.c +++ b/FICS/ficsmain.c @@ -82,7 +82,7 @@ daemonize(void) if (file_exists(DAEMON_LOCKFILE)) { errx(1, "%s: %s: already exists\ndelete the file manually and " - "try again after making sure that no copy of the program " + "try again after making sure that\nno copy of the program " "is already running in the background", __func__, DAEMON_LOCKFILE); -- cgit v1.2.3