Removed an incorrect error message.

This commit is contained in:
NF Stevens 1998-10-20 15:26:26 +00:00 committed by Alexandre Julliard
parent 6ca3f79e79
commit 277312f870
1 changed files with 0 additions and 1 deletions

View File

@ -139,6 +139,5 @@ int INT_RealModeInterrupt( BYTE intnum, PCONTEXT context )
FIXME(int, "Unknown Interrupt in DOS mode: 0x%x\n", intnum);
return 1;
}
FIXME(int, "Unknown Interrupt in DOS mode: 0x%x\n", intnum);
return 0;
}