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

This commit is contained in:
Greyscale 2010-01-14 00:22:45 -08:00
parent a5ab381c0a
commit b6507b12d4

View File

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