projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac12eb9
)
fix typos in dirent.h
author
Rich Felker
<dalias@aerifal.cx>
Tue, 8 Mar 2011 22:34:26 +0000
(17:34 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 8 Mar 2011 22:34:26 +0000
(17:34 -0500)
include/dirent.h
patch
|
blob
|
history
diff --git
a/include/dirent.h
b/include/dirent.h
index a98062948b4cae7b7fed4a421f47039b03ae4cb8..209285aa4160161ce8b9dd1d45044544930ac6e8 100644
(file)
--- 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
+#end
i
f
#ifdef __cplusplus
-
extern
}
+}
#endif
#endif