summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 747aeab)
raw | patch | inline | side by side (parent: 747aeab)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 22 Mar 2008 16:21:45 +0000 (17:21 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Mon, 24 Mar 2008 10:59:33 +0000 (11:59 +0100) |
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/utils_cmd_flush.c | patch | blob | history |
diff --git a/src/utils_cmd_flush.c b/src/utils_cmd_flush.c
index 6832493c0a0d9b8e2df0d59628eda2b7fae8528d..c214d07459cdd304cbdf7a4b34016684402e7dd2 100644 (file)
--- a/src/utils_cmd_flush.c
+++ b/src/utils_cmd_flush.c
else
{
plugin_flush_all (fi.timeout);
- fprintf (fh, "0 Done");
+ fprintf (fh, "0 Done\n");
}
fflush (fh);