summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-25 07:06:56 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-25 07:06:56 +0100
commit6796693d6b7db5933aaf5c6a33793abbfd3dd93c (patch)
tree43d01faf8fba5e36315714d629a2b910d1d7dce6 /base
parent3e799920074ffaa718dfa671f3ed424f80c71b71 (diff)
downloadmupdf-6796693d6b7db5933aaf5c6a33793abbfd3dd93c.tar.xz
cleanups and c89 fixes
Diffstat (limited to 'base')
-rw-r--r--base/rune.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/rune.c b/base/rune.c
index 8b886637..4aa81df3 100644
--- a/base/rune.c
+++ b/base/rune.c
@@ -27,7 +27,7 @@ enum
Maskx = (1<<Bitx)-1, /* 0011 1111 */
Testx = Maskx ^ 0xFF, /* 1100 0000 */
- Bad = Runeerror,
+ Bad = Runeerror
};
int