fix typos in dirent.h
authorRich Felker <dalias@aerifal.cx>
Tue, 8 Mar 2011 22:34:26 +0000 (17:34 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 8 Mar 2011 22:34:26 +0000 (17:34 -0500)
include/dirent.h

index a98062948b4cae7b7fed4a421f47039b03ae4cb8..209285aa4160161ce8b9dd1d45044544930ac6e8 100644 (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