From 034b009e51fd564f912874f2a59549edc358cbca Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 27 Oct 2008 23:01:57 -0700 Subject: [PATCH] Fix header guards for outlib.h Fix typo in header guards for outlib.h Signed-off-by: H. Peter Anvin --- outlib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/outlib.h b/outlib.h index 03524b97..5057e802 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 */