diff options
Diffstat (limited to 'byterun/fix_code.c')
-rw-r--r-- | byterun/fix_code.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/fix_code.c b/byterun/fix_code.c index a68cb2f93..538d75b84 100644 --- a/byterun/fix_code.c +++ b/byterun/fix_code.c @@ -29,7 +29,7 @@ code_t start_code; asize_t code_size; unsigned char * saved_code; -char code_md5[16]; +unsigned char code_md5[16]; /* Read the main bytecode block from a file */ |