aboutsummaryrefslogtreecommitdiffstats
path: root/src/character.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/character.c')
-rw-r--r--src/character.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.c b/src/character.c
index 84eddeb2fc2..4087e8984d0 100644
--- a/src/character.c
+++ b/src/character.c
@@ -156,7 +156,7 @@ char_string (unsigned int c, unsigned char *p)
156 bytes = BYTE8_STRING (c, p); 156 bytes = BYTE8_STRING (c, p);
157 } 157 }
158 else 158 else
159 error ("Invalid character: %d", c); 159 error ("Invalid character: %x", c);
160 160
161 return bytes; 161 return bytes;
162} 162}