diff options
author | Travis Howell | 2005-04-05 23:31:40 +0000 |
---|---|---|
committer | Travis Howell | 2005-04-05 23:31:40 +0000 |
commit | 94e1db9ea8a4be3fa00f0cd86e9aeba4fdadc2c2 (patch) | |
tree | d3652db5eba34c8405fa5220f98bc795f855c466 /gob | |
parent | 13e18e4801abe0dfae5d730ec5cce2ede247b76a (diff) | |
download | scummvm-rg350-94e1db9ea8a4be3fa00f0cd86e9aeba4fdadc2c2.tar.gz scummvm-rg350-94e1db9ea8a4be3fa00f0cd86e9aeba4fdadc2c2.tar.bz2 scummvm-rg350-94e1db9ea8a4be3fa00f0cd86e9aeba4fdadc2c2.zip |
Excess ;
svn-id: r17404
Diffstat (limited to 'gob')
-rw-r--r-- | gob/timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gob/timer.cpp b/gob/timer.cpp index 863977b6ee..34c9778fc3 100644 --- a/gob/timer.cpp +++ b/gob/timer.cpp @@ -32,4 +32,4 @@ void timer_enableTimer() { void timer_disableTimer() { debug(0, "STUB: timer_disableTimer()"); } -}; +} |