aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sisfileheader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisfileheader.cpp')
-rw-r--r--lib/sisfileheader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisfileheader.cpp b/lib/sisfileheader.cpp
index c816c00..e15e54b 100644
--- a/lib/sisfileheader.cpp
+++ b/lib/sisfileheader.cpp
@@ -114,7 +114,7 @@ SISFileHeader::fillFrom(uint8_t* buf, int* base, off_t len)
printf(_("Got options: %04x\n"), m_options);
m_type = read16(start + 38);
if (logLevel >= 2)
- printf(_("Got type: %0x\n"), m_type);
+ printf(_("Got type: %04x\n"), m_type);
m_major = read16(start + 40);
if (logLevel >= 2)
printf(_("Got major: %d\n"), m_major);