diff options
author | Matthew Hoops | 2012-04-02 19:00:14 -0400 |
---|---|---|
committer | Matthew Hoops | 2012-04-02 19:00:14 -0400 |
commit | 851c010feb746680d49b2caa81250bee12c0aeb0 (patch) | |
tree | a150d23d2b38b9c4d33175d4e079997b0304de5d | |
parent | b6374a3103787415eaad1eb2ea29559bd4c7d372 (diff) | |
download | scummvm-rg350-851c010feb746680d49b2caa81250bee12c0aeb0.tar.gz scummvm-rg350-851c010feb746680d49b2caa81250bee12c0aeb0.tar.bz2 scummvm-rg350-851c010feb746680d49b2caa81250bee12c0aeb0.zip |
PEGASUS: Remove stray semicolon
-rwxr-xr-x | engines/pegasus/util.h | 2 |
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 |