changeset 14:0d1bde382e5c

Oops, missed ' : ' from normal output.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Sep 2014 02:30:32 +0300
parents 5b1297759105
children 948bcd974356
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Thu Sep 25 02:27:01 2014 +0300
+++ b/sidinfo.c	Thu Sep 25 02:30:32 2014 +0300
@@ -418,7 +418,7 @@
 static void siPrintLinePrefix(FILE *outFile, const BOOL parsable, const char *name)
 {
     if (!optNoNamePrefix)
-        fprintf(outFile, parsable ? "%s=" : "%-20s", name);
+        fprintf(outFile, parsable ? "%s=" : "%-20s : ", name);
 }