diff options
author | Max Horn | 2003-12-01 09:58:55 +0000 |
---|---|---|
committer | Max Horn | 2003-12-01 09:58:55 +0000 |
commit | 72eb8ccb8934b0032a3f53a9ffc0e21bce4bdf23 (patch) | |
tree | 7208b0b5188243c8dc4ba68a0332d4bab93ce198 /common | |
parent | 81a5d0e1f32b8084bf0773d0fbfb9579d2bff399 (diff) | |
download | scummvm-rg350-72eb8ccb8934b0032a3f53a9ffc0e21bce4bdf23.tar.gz scummvm-rg350-72eb8ccb8934b0032a3f53a9ffc0e21bce4bdf23.tar.bz2 scummvm-rg350-72eb8ccb8934b0032a3f53a9ffc0e21bce4bdf23.zip |
Patch #847464: Remove spurious semicolons
svn-id: r11445
Diffstat (limited to 'common')
-rw-r--r-- | common/debugger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/debugger.h b/common/debugger.h index 1da3ad7319..767c212396 100644 --- a/common/debugger.h +++ b/common/debugger.h @@ -23,7 +23,7 @@ namespace GUI { class ConsoleDialog; -}; +} namespace Common { |