summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--outlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/outlib.h b/outlib.h
index 03524b9..5057e80 100644
--- a/outlib.h
+++ b/outlib.h
@@ -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 */