diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-14 22:38:55 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-14 22:38:55 +0000 |
commit | 310b3e165f86d6655bf68bd89ff9309aa63663f2 (patch) | |
tree | d06af9a44d1e2f0d165caf33be7a3718995f5838 /nasmlib.h | |
parent | 86e94b1b3396a1611dcb545baed5f9760cf903c3 (diff) | |
download | nasm-310b3e165f86d6655bf68bd89ff9309aa63663f2.tar.gz nasm-310b3e165f86d6655bf68bd89ff9309aa63663f2.tar.bz2 nasm-310b3e165f86d6655bf68bd89ff9309aa63663f2.zip |
Code cleanup fixes from Ed Beroset
Diffstat (limited to 'nasmlib.h')
-rw-r--r-- | nasmlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -252,7 +252,7 @@ void nasm_quote(char **str); char *nasm_strcat(char *one, char *two); void nasmlib_cleanup(void); -void null_debug_routine(); +void null_debug_routine(void); extern struct dfmt null_debug_form; extern struct dfmt *null_debug_arr[2]; #endif |