Skip to content

Commit

Permalink
PEGASUS: Remove stray semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Apr 2, 2012
1 parent b6374a3 commit 851c010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/pegasus/util.h
Expand Up @@ -120,7 +120,7 @@ class FlagsArray {
Unit _flags[(kNumFlags - 1) / NUM_FLAGS + 1];
};

#undef NUM_FLAGS;
#undef NUM_FLAGS
#undef BIT_INDEX_SHIFT
#undef BIT_INDEX_MASK

Expand Down

0 comments on commit 851c010

Please sign in to comment.