comparison sidinfo.c @ 188:489eb428cf65

Add separator empty line between "files" when in normal output mode.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jul 2018 08:13:03 +0300
parents cf081a98dccd
children 77eb019b7386
comparison
equal deleted inserted replaced
187:cf081a98dccd 188:489eb428cf65
1016 siPrintPSIDInformationField(outFile, filename, psid, &shown, item); 1016 siPrintPSIDInformationField(outFile, filename, psid, &shown, item);
1017 break; 1017 break;
1018 } 1018 }
1019 } 1019 }
1020 1020
1021 if (optFieldOutput) 1021 if (optFieldOutput && shown)
1022 { 1022 {
1023 if (shown && optOneLineFieldSep != NULL) 1023 fprintf(outFile, "\n");
1024 fprintf(outFile, "\n");
1025 } 1024 }
1026 1025
1027 // Shutdown 1026 // Shutdown
1028 error: 1027 error:
1029 si_free_sid_file(psid); 1028 si_free_sid_file(psid);