Use same UNIMPLEMENTED macro syntax as in other parts

svn path=/trunk/; revision=31712
This commit is contained in:
Hervé Poussineau 2008-01-11 11:35:09 +00:00
parent bbca7c647c
commit 93889a1f83
2 changed files with 2 additions and 2 deletions

View file

@ -1030,7 +1030,7 @@ PcVideoCopyOffScreenBufferToVRAM(PVOID Buffer)
/* BIOS graphics mode */
else
{
UNIMPLEMENTED();
UNIMPLEMENTED;
}
}

View file

@ -85,6 +85,6 @@ void MEMORY_WRITE_BREAKPOINT4(unsigned long addr);
#endif // defined DBG
#define UNIMPLEMENTED() BugCheck((DPRINT_WARNING, "This function is unimplemented!\n"))
#define UNIMPLEMENTED BugCheck((DPRINT_WARNING, "This function is unimplemented!\n"))
#endif // defined __DEBUG_H