aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2005-04-07 07:36:54 +0000
committerTravis Howell2005-04-07 07:36:54 +0000
commit000a1f3be310e99c7f818a0e62cee165b7f6c2f7 (patch)
treed9b6570a595124aa52faa2aa43bf4329b5491c0f
parent668c889c8e2c10511c0783aca38e6f63bfbe6a60 (diff)
downloadscummvm-rg350-000a1f3be310e99c7f818a0e62cee165b7f6c2f7.tar.gz
scummvm-rg350-000a1f3be310e99c7f818a0e62cee165b7f6c2f7.tar.bz2
scummvm-rg350-000a1f3be310e99c7f818a0e62cee165b7f6c2f7.zip
Excess ;
svn-id: r17426
-rw-r--r--scumm/player_nes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/player_nes.cpp b/scumm/player_nes.cpp
index 263dd3abaf..8dd8615259 100644
--- a/scumm/player_nes.cpp
+++ b/scumm/player_nes.cpp
@@ -607,7 +607,7 @@ void APU_Run(void) {
}
}
-};
+}
Player_NES::Player_NES(ScummEngine *scumm) {
int i;