aboutsummaryrefslogtreecommitdiff
path: root/gob/util.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-07-30 21:11:48 +0000
committerEugene Sandulenko2005-07-30 21:11:48 +0000
commit6b4484472b79dc7ea7d1ce545a28fba7d3b7696f (patch)
treec44c4e61f18ddd537f7082cb48869cf33d422fbd /gob/util.cpp
parent86ab70b149e5cd00cf54f2e41896e2c4e16795e4 (diff)
downloadscummvm-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.cpp2
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