diff win/dirent.c @ 1864:3816d76835e9

Some more MinGW build fixes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 07 Mar 2013 20:17:24 +0000
parents 22225eb286e5
children 22e3e829be13
line wrap: on
line diff
--- a/win/dirent.c	Wed Mar 06 14:14:38 2013 +0000
+++ b/win/dirent.c	Thu Mar 07 20:17:24 2013 +0000
@@ -30,7 +30,7 @@
 /*
  * Return first char of filesystem type, or 0 if unknown.
  */
-static char API getFSType(const char *path)
+static char getFSType(const char *path)
 {
 	static char cache[1+26];
 	char drive[3];