summaryrefslogtreecommitdiffstats
path: root/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.c b/stream.c
index 871c25b7..0ffe7d83 100644
--- a/stream.c
+++ b/stream.c
@@ -628,7 +628,7 @@ static struct fmt fmt_tab[] = {
{ sizeof(cnum), "%lld", "%llo", "%llx", "%llX" },
{ sizeof(cnum), "%Ld", "%Lo", "%Lx", "%llX" },
{ sizeof(cnum), "%qd", "%qo", "%qx", "%qX", },
- { sizeof(cnum), "%I64d", "%I64o", "%I64x", "%I64X" },
+ { sizeof(cnum), "%I64d", "%I64o", "%I64x", "%I64X" },
{ 0, 0, 0, 0, 0 }
};