mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
Formatting fix only.
svn path=/branches/ntvdm/; revision=59719
This commit is contained in:
@@ -716,7 +716,7 @@ VOID BiosVideoService(LPWORD Stack)
|
||||
};
|
||||
|
||||
/* Call the internal function */
|
||||
BiosScrollWindow((HIBYTE(Eax)== 0x06)
|
||||
BiosScrollWindow((HIBYTE(Eax) == 0x06)
|
||||
? SCROLL_DIRECTION_UP : SCROLL_DIRECTION_DOWN,
|
||||
LOBYTE(Eax),
|
||||
Rectangle,
|
||||
|
||||
Reference in New Issue
Block a user