summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 9c22285a18..bec54f4237 100644
--- a/util.c
+++ b/util.c
@@ -47,7 +47,7 @@ const char *start;
int len;
int *retlen;
{
- static char hexdigit[] = "0123456789abcdef0123456789ABCDEFx";
+ static char hexdigit[] = "0123456789abcdef0123456789ABCDEF";
register const char *s = start;
register unsigned long retval = 0;
char *tmp;