From: Jeff Lenk Date: Tue, 4 Feb 2014 21:36:13 +0000 (-0600) Subject: fix compiler error with last commit X-Git-Tag: v1.5.8~25^2~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dca277ed122337557dccf379affcb54263f23c3;p=thirdparty%2Ffreeswitch.git fix compiler error with last commit --- diff --git a/src/mod/languages/mod_lua/lua/luaconf.h b/src/mod/languages/mod_lua/lua/luaconf.h index 203b033be8..88f4c6aaa2 100644 --- a/src/mod/languages/mod_lua/lua/luaconf.h +++ b/src/mod/languages/mod_lua/lua/luaconf.h @@ -155,7 +155,6 @@ #else #define LUA_API extern #endif -#endif #endif /* } */