Fix header guards for outlib.h

Fix typo in header guards for outlib.h

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2008-10-27 23:01:57 -07:00
parent 5da04b035c
commit 034b009e51

View file

@ -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 */