# HG changeset patch # User Matti Hamalainen # Date 1531113183 -10800 # Node ID 489eb428cf6597a51b60af1be0a57cf6dcf2ddf5 # Parent cf081a98dccd8d2946c798abe74357c8cd306ad2 Add separator empty line between "files" when in normal output mode. diff -r cf081a98dccd -r 489eb428cf65 sidinfo.c --- a/sidinfo.c Mon Jul 09 08:12:40 2018 +0300 +++ b/sidinfo.c Mon Jul 09 08:13:03 2018 +0300 @@ -1018,10 +1018,9 @@ } } - if (optFieldOutput) + if (optFieldOutput && shown) { - if (shown && optOneLineFieldSep != NULL) - fprintf(outFile, "\n"); + fprintf(outFile, "\n"); } // Shutdown