fix typos in dirent.h

This commit is contained in:
Rich Felker 2011-03-08 17:34:26 -05:00
parent ac12eb91bd
commit 91f7db2621
1 changed files with 2 additions and 2 deletions

View File

@ -46,10 +46,10 @@ int scandir(const char *, struct dirent ***, int (*)(const struct dirent *), int
#define DT_WHT 14
#define IFTODT(x) ((x)>>12 & 017)
#define DTTOIF(x) ((x)<<12)
#endf
#endif
#ifdef __cplusplus
extern }
}
#endif
#endif