1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-18 13:47:04 +00:00

Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwards

anyway. The calls were missing parameters and caused compilation failures.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26570 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-28 13:07:01 +00:00
parent 09e2855266
commit 9a885b71aa
2 changed files with 2 additions and 4 deletions

View File

@ -53,7 +53,6 @@ int main(int argc, char *argv[]){
desc.componentFlagsMask=0;
printf("Count = %ld\n",CountComponents(&desc));
Restore_LDT_Keeper();
exit(0);
}

View File

@ -122,8 +122,7 @@ int main(int argc, char *argv[]){
// for(i=0;i<0x00001837;i++)
// if(x_table[i]) printf("x_table[0x%X] = %p\n",i,x_table[i]);
Restore_LDT_Keeper();
exit(0);
//return 0;
}