From 851c010feb746680d49b2caa81250bee12c0aeb0 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 2 Apr 2012 19:00:14 -0400 Subject: PEGASUS: Remove stray semicolon --- engines/pegasus/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3