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
1 changed files with 1 additions and 1 deletions

View File

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