aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-08-05 00:07:28 +0200
committerMattias Andrée <maandree@kth.se>2016-08-05 00:07:31 +0200
commitefea4f45275e79803f37f2debf1e0165a90ad282 (patch)
tree350025b6d6b3b56a7b9e3ac5d55a87b032ca4337
parentm improvement + bug fix (diff)
downloadcoopgammad-efea4f45275e79803f37f2debf1e0165a90ad282.tar.gz
coopgammad-efea4f45275e79803f37f2debf1e0165a90ad282.tar.bz2
coopgammad-efea4f45275e79803f37f2debf1e0165a90ad282.tar.xz
Add missing LF:s
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--src/coopgammad.c2
-rw-r--r--src/servers/coopgamma.c2
2 files changed, 2 insertions, 2 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;
}
diff --git a/src/servers/coopgamma.c b/src/servers/coopgamma.c
index bef0cf9..d3e7f34 100644
--- a/src/servers/coopgamma.c
+++ b/src/servers/coopgamma.c
@@ -116,7 +116,7 @@ static ssize_t remove_filter(struct output* restrict out, struct filter* restric
if (i == out->table_size)
{
- fprintf(stderr, "%s: ignoring attempt to removing non-existing filter on CRTC %s: %s",
+ fprintf(stderr, "%s: ignoring attempt to removing non-existing filter on CRTC %s: %s\n",
argv0, out->name, filter->class);
return (ssize_t)(out->table_size);
}