diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-03-08 17:34:26 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-03-08 17:34:26 -0500 |
commit | 91f7db26212714254e35f3060c22bb1ea20f04fd (patch) | |
tree | 0454e361d022c51026286228b5c1de59ae02f9a3 /include | |
parent | ac12eb91bd7aa6f1f1642de1350c4f29ea0f4d08 (diff) | |
download | musl-91f7db26212714254e35f3060c22bb1ea20f04fd.tar.gz musl-91f7db26212714254e35f3060c22bb1ea20f04fd.tar.xz musl-91f7db26212714254e35f3060c22bb1ea20f04fd.zip |
fix typos in dirent.h
Diffstat (limited to 'include')
-rw-r--r-- | include/dirent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dirent.h b/include/dirent.h index a9806294..209285aa 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -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 |