aboutsummaryrefslogtreecommitdiffstats
path: root/src/coopgammad.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coopgammad.c')
-rw-r--r--src/coopgammad.c2
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;
}