changeset 16:c30fe2b4251f

Oops, 10L.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Sep 2014 02:33:57 +0300
parents 948bcd974356
children 46d21c77bbb1
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Thu Sep 25 02:30:50 2014 +0300
+++ b/sidinfo.c	Thu Sep 25 02:33:57 2014 +0300
@@ -452,7 +452,7 @@
 void siPrintPSIDInformation(FILE *outFile, const BOOL parsable, const BOOL hex,
     const uint32_t flags, const char *filename, const PSIDHeader *psid)
 {
-    PR(12, "%s", NULL, filename);
+    PR(13, "%s", NULL, filename);
 
     PR( 0, "%s", NULL, psid->magic);
     PR( 1, "%d.%d", NULL, (psid->version & 0xff), (psid->version >> 8));