diff options
Diffstat (limited to 'engines/pegasus/util.h')
-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 |