Fixed missing #endif in adminmenu.inc (bug 4216, r=dvander).

This commit is contained in:
Greyscale 2010-01-14 00:22:45 -08:00
parent bd3b46d624
commit 3b0785cae0

View File

@ -38,8 +38,9 @@
/* Decide whether topmenus should be required */ /* Decide whether topmenus should be required */
#if !defined REQUIRE_PLUGIN #if !defined REQUIRE_PLUGIN
#if defined REQUIRE_EXTENSIONS #if defined REQUIRE_EXTENSIONS
#define TEMP_REQUIRE_EXTENSIONS #define TEMP_REQUIRE_EXTENSIONS
#undef REQUIRE_EXTENSIONS #undef REQUIRE_EXTENSIONS
#endif
#endif #endif
#include <topmenus> #include <topmenus>