mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
minor fix
svn path=/trunk/; revision=1865
This commit is contained in:
parent
02184a83d4
commit
f5a5752043
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ VOID VGAQueryNumAvailModes(OUT PVIDEO_NUM_MODES NumberOfModes,
|
|||
VOID VGASetPaletteRegisters(IN PWORD PaletteRegisters,
|
||||
OUT PSTATUS_BLOCK StatusBlock)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
;
|
||||
|
||||
/*
|
||||
We don't need the following code because the palette registers are set correctly on VGA initialization.
|
||||
|
|
Loading…
Reference in a new issue