mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-25 18:31:14 +00:00
Fix a weird whitespace.
Signed-off-by: Ricky Zhang <rickyzhang@gmail.com>
This commit is contained in:
parent
82524ba034
commit
13017f711f
@ -1780,7 +1780,7 @@ bool VideoInit(bool classic)
|
|||||||
if (classic) {
|
if (classic) {
|
||||||
default_width = 512;
|
default_width = 512;
|
||||||
default_height = 342;
|
default_height = 342;
|
||||||
} else {
|
} else {
|
||||||
default_width = 640;
|
default_width = 640;
|
||||||
default_height = 480;
|
default_height = 480;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user