diff options
| author | Eugene Sandulenko | 2005-07-30 21:11:48 +0000 | 
|---|---|---|
| committer | Eugene Sandulenko | 2005-07-30 21:11:48 +0000 | 
| commit | 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f (patch) | |
| tree | c44c4e61f18ddd537f7082cb48869cf33d422fbd /gob/util.cpp | |
| parent | 86ab70b149e5cd00cf54f2e41896e2c4e16795e4 (diff) | |
| download | scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.gz scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.bz2 scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.zip | |
Remove trailing whitespaces.
svn-id: r18604
Diffstat (limited to 'gob/util.cpp')
| -rw-r--r-- | gob/util.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gob/util.cpp b/gob/util.cpp index 5603748f02..68705cc382 100644 --- a/gob/util.cpp +++ b/gob/util.cpp @@ -75,7 +75,7 @@ int16 util_translateKey(int16 key) {  	} keys[] = {  		{8,   0x0e08},	// Backspace  		{13,  0x1C0D},	// Enter -		{27,  0x011b},	// ESC  +		{27,  0x011b},	// ESC  		{127, 0x5300},	// Del  		{273, 0x4800},	// Up arrow  		{274, 0x5000},	// Down arrow | 
