summaryrefslogtreecommitdiffstats
path: root/stream.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-24 17:31:21 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-24 17:31:21 -0800
commit2fb589dc0bc66b0efa10e152153a3b9e6571bfd7 (patch)
treed5ce967b1d44c4d873976b2ea42fb6996f80de16 /stream.c
parent48bf7d07c10056a678ba9e0bc04f3612b98f5145 (diff)
downloadtxr-2fb589dc0bc66b0efa10e152153a3b9e6571bfd7.tar.gz
txr-2fb589dc0bc66b0efa10e152153a3b9e6571bfd7.tar.bz2
txr-2fb589dc0bc66b0efa10e152153a3b9e6571bfd7.zip
Whitespace.
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 }
};