diff options
author | Filippos Karapetis | 2014-10-28 16:04:11 +0200 |
---|---|---|
committer | Filippos Karapetis | 2014-10-28 16:04:11 +0200 |
commit | 62c2e46566b940746d059bfeb23023b45bbca9ef (patch) | |
tree | c34d7beb71a3c081c4c48a12a718427e03038d2c /engines/cge | |
parent | 7e03520030c09d60f86578cdbc98b15581c4c471 (diff) | |
download | scummvm-rg350-62c2e46566b940746d059bfeb23023b45bbca9ef.tar.gz scummvm-rg350-62c2e46566b940746d059bfeb23023b45bbca9ef.tar.bz2 scummvm-rg350-62c2e46566b940746d059bfeb23023b45bbca9ef.zip |
CGE: Remove trailing whitespace
Diffstat (limited to 'engines/cge')
-rw-r--r-- | engines/cge/vga13h.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/vga13h.cpp b/engines/cge/vga13h.cpp index babcb7e667..4d3a103663 100644 --- a/engines/cge/vga13h.cpp +++ b/engines/cge/vga13h.cpp @@ -640,7 +640,7 @@ Vga::Vga(CGEEngine *vm) : _frmCnt(0), _msg(NULL), _name(NULL), _setPal(false), _ if (ConfMan.getBool("enable_color_blind")) _mono = 1; - + _oldColors = (Dac *)malloc(sizeof(Dac) * kPalCount); _newColors = (Dac *)malloc(sizeof(Dac) * kPalCount); |