aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMatthew Hoops2012-04-02 19:00:14 -0400
committerMatthew Hoops2012-04-02 19:00:14 -0400
commit851c010feb746680d49b2caa81250bee12c0aeb0 (patch)
treea150d23d2b38b9c4d33175d4e079997b0304de5d /engines
parentb6374a3103787415eaad1eb2ea29559bd4c7d372 (diff)
downloadscummvm-rg350-851c010feb746680d49b2caa81250bee12c0aeb0.tar.gz
scummvm-rg350-851c010feb746680d49b2caa81250bee12c0aeb0.tar.bz2
scummvm-rg350-851c010feb746680d49b2caa81250bee12c0aeb0.zip
PEGASUS: Remove stray semicolon
Diffstat (limited to 'engines')
-rwxr-xr-xengines/pegasus/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/util.h b/engines/pegasus/util.h
index 8ca69daa62..57839fca7b 100755
--- a/engines/pegasus/util.h
+++ b/engines/pegasus/util.h
@@ -120,7 +120,7 @@ private:
Unit _flags[(kNumFlags - 1) / NUM_FLAGS + 1];
};
-#undef NUM_FLAGS;
+#undef NUM_FLAGS
#undef BIT_INDEX_SHIFT
#undef BIT_INDEX_MASK