* libc/include/machine/endian.h: Add missing endif.

This commit is contained in:
Aldy Hernandez 2004-05-08 17:13:38 +00:00
parent ac3003157b
commit b5793c5c8c
1 changed files with 1 additions and 0 deletions

View File

@ -15,5 +15,6 @@
#else
#define BYTE_ORDER BIG_ENDIAN
#endif
#endif
#endif /* __MACHINE_ENDIAN_H__ */