1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-09 00:17:07 +00:00

100l misplaced #endif

patch by elupus, elupus ecce se


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21883 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-01-12 02:55:04 +00:00
parent 000b9278ef
commit 7de78428b1

View File

@ -69,7 +69,6 @@ void globfree(glob_t *pglob)
} }
free(pglob->gl_pathv); free(pglob->gl_pathv);
} }
#endif /*HAVE_GLOB*/
#if 0 #if 0
int main(){ int main(){
@ -84,3 +83,4 @@ int main(){
return 0; return 0;
} }
#endif