diff options
author | Mattias Andrée <maandree@kth.se> | 2016-08-05 00:07:28 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-08-05 00:07:31 +0200 |
commit | efea4f45275e79803f37f2debf1e0165a90ad282 (patch) | |
tree | 350025b6d6b3b56a7b9e3ac5d55a87b032ca4337 /src/coopgammad.c | |
parent | m improvement + bug fix (diff) | |
download | coopgammad-efea4f45275e79803f37f2debf1e0165a90ad282.tar.gz coopgammad-efea4f45275e79803f37f2debf1e0165a90ad282.tar.bz2 coopgammad-efea4f45275e79803f37f2debf1e0165a90ad282.tar.xz |
Add missing LF:s
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/coopgammad.c')
-rw-r--r-- | src/coopgammad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coopgammad.c b/src/coopgammad.c index b93d0a7..92700e0 100644 --- a/src/coopgammad.c +++ b/src/coopgammad.c @@ -599,7 +599,7 @@ static char* reexecute(void) goto fail; if (marshal(statebuffer) != buffer_size) { - fprintf(stderr, "%s: internal error", argv0); + fprintf(stderr, "%s: internal error\n", argv0); errno = 0; goto fail; } |