diff options
Diffstat (limited to 'byterun/fix_code.h')
-rw-r--r-- | byterun/fix_code.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/fix_code.h b/byterun/fix_code.h index 8027f0e4f..62131815a 100644 --- a/byterun/fix_code.h +++ b/byterun/fix_code.h @@ -24,7 +24,7 @@ extern code_t start_code; extern asize_t code_size; extern unsigned char * saved_code; -extern char code_md5[16]; +extern unsigned char code_md5[16]; void load_code P((int fd, asize_t len)); void fixup_endianness P((code_t code, asize_t len)); |