diff options
Diffstat (limited to 'include/lib9.h')
| -rw-r--r-- | include/lib9.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/lib9.h b/include/lib9.h index 8f15ce6e..21490e65 100644 --- a/include/lib9.h +++ b/include/lib9.h @@ -3,9 +3,8 @@ * fit into libutf or into libfmt, but is still missing from traditional * Unix C libraries. */ -#ifndef _LIB9H_ -#define _LIB9H_ 1 - +#ifndef _LIB9_H_ +#define _LIB9_H_ 1 #if defined(__cplusplus) extern "C" { #endif @@ -861,5 +860,4 @@ extern void __fixargv0(void); #if defined(__cplusplus) } #endif - -#endif /* _LIB9H_ */ +#endif /* _LIB9_H_ */ |
