diff options
author | Roland McGrath <roland@redhat.com> | 1994-09-26 22:20:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-09-26 22:20:56 +0000 |
commit | b13a443fa7d6adec55d9f1f144d763010e0f0908 (patch) | |
tree | f9cc44e882d3c2ca9f7e0a87440469f88068f906 | |
parent | e938a511befdb102be568ed2046c5ea9e99a93aa (diff) | |
download | gunmake-b13a443fa7d6adec55d9f1f144d763010e0f0908.tar.gz |
[__MSDOS__]: Fixed typo.
-rw-r--r-- | dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif /* POSIX */ #ifdef __MSDOS__ -#inlcude <ctype.h> +#include <ctype.h> static char * dosify (filename) |