comparison osdep/glob-win.c @ 21865:ccf368143acd

100l misplaced #endif patch by elupus, elupus ecce se
author diego
date Fri, 12 Jan 2007 02:55:04 +0000
parents 936209c39ed1
children 531116b7693d
comparison
equal deleted inserted replaced
21864:40aee4308841 21865:ccf368143acd
67 { 67 {
68 free(pglob->gl_pathv[i]); 68 free(pglob->gl_pathv[i]);
69 } 69 }
70 free(pglob->gl_pathv); 70 free(pglob->gl_pathv);
71 } 71 }
72 #endif /*HAVE_GLOB*/
73 72
74 #if 0 73 #if 0
75 int main(){ 74 int main(){
76 glob_t gg; 75 glob_t gg;
77 printf("globtest\n"); 76 printf("globtest\n");
82 } 81 }
83 globfree(&gg); 82 globfree(&gg);
84 83
85 return 0; 84 return 0;
86 } 85 }
86 #endif