From: Rich Felker <dalias@aerifal.cx>
Date: Tue, 8 Mar 2011 22:34:26 +0000 (-0500)
Subject: fix typos in dirent.h
X-Git-Tag: v0.7.0~28
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91f7db26212714254e35f3060c22bb1ea20f04fd;p=musl

fix typos in dirent.h
---

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