]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorMichael Jerris <mike@jerris.com>
Mon, 23 Feb 2009 10:38:38 +0000 (10:38 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 23 Feb 2009 10:38:38 +0000 (10:38 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12241 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_lua/lua/luaconf.h

index 537c0967f7173adbe9243797e0e927ef0a93f936..ca2849b5b6f6268b9a848ec1244b333660c01884 100644 (file)
 
 #else
 
-#if (defined(__GNUC__) || defined(__SUNPRO_CC) || defined (__SUNPRO_C)) && defined(HAVE_VISIBILITY) && (defined(LUA_CORE) || defined(LUA_LIB)
-)
+#if (defined(__GNUC__) || defined(__SUNPRO_CC) || defined (__SUNPRO_C)) && defined(HAVE_VISIBILITY) && (defined(LUA_CORE) || defined(LUA_LIB))
 #define LUA_API        __attribute__((visibility("default")))
 #else
 #define LUA_API                extern