changeset 21865:ccf368143acd

100l misplaced #endif patch by elupus, elupus ecce se
author diego
date Fri, 12 Jan 2007 02:55:04 +0000
parents 40aee4308841
children a029a7ea0971
files osdep/glob-win.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/osdep/glob-win.c	Thu Jan 11 23:14:54 2007 +0000
+++ b/osdep/glob-win.c	Fri Jan 12 02:55:04 2007 +0000
@@ -69,7 +69,6 @@
 	}
 	free(pglob->gl_pathv);
 }
-#endif     /*HAVE_GLOB*/
 
 #if 0
 int main(){
@@ -84,3 +83,4 @@
    
    return 0;
 }
+#endif