diff options
-rw-r--r-- | outlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ #ifndef NASM_OUTLIB_H -#define NSAM_OUTLIB_H +#define NASM_OUTLIB_H #include "nasm.h" uint64_t realsize(enum out_type type, uint64_t size); -#endif /* LIBOUT_H */ +#endif /* NASM_OUTLIB_H */ |