diff options
| author | 2019-10-10 15:47:13 +0300 | |
|---|---|---|
| committer | 2019-10-10 15:47:13 +0300 | |
| commit | 9cbcbe3b046b59eb8ce1bfd1fc5058c8d0adf65f (patch) | |
| tree | 03d381525d18cad39dca82bbe32a017d0272f943 /src | |
| parent | 2ccaaf91b592d66363794405376b9de0365cc78a (diff) | |
| download | librin-9cbcbe3b046b59eb8ce1bfd1fc5058c8d0adf65f.tar.gz librin-9cbcbe3b046b59eb8ce1bfd1fc5058c8d0adf65f.tar.bz2 librin-9cbcbe3b046b59eb8ce1bfd1fc5058c8d0adf65f.zip | |
diagnostic: emit a newline at line end.
Start doing the sane thing already...
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'src')
| -rw-r--r-- | src/diagnostic/diagnostic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/diagnostic/diagnostic.c b/src/diagnostic/diagnostic.c index 638df52..c0ee294 100644 --- a/src/diagnostic/diagnostic.c +++ b/src/diagnostic/diagnostic.c @@ -123,6 +123,7 @@ static void __rin_msg(FILE *stream, const char *prefix, const char *format, va_l } vfprintf(stream, format, args); + fputc('\n', stream); } static void __rin_pidconvadjust(void) |
