mirror of
https://github.com/mpv-player/mpv
synced 2025-02-02 13:12:05 +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:
parent
000b9278ef
commit
7de78428b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user