diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-08-04 02:49:37 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-08-04 02:49:37 +0200 |
commit | 06d33ea593518c18b245b35f6fe942a315c8a21e (patch) | |
tree | 3fd6c033efbda6aa1b9bd0f891e0777e64fd204a /FICS | |
parent | 54344d2dc0290621fafa57895968d65c508aa03a (diff) |
Added a newline
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/ficsmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |