We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c5095 commit 1392488Copy full SHA for 1392488
1 file changed
luaApp/src/libs/lasynlib.cpp
@@ -11,7 +11,7 @@
11
#define strcasecmp(x,y) strcmpi(x,y)
12
#else
13
#include <strings.h>
14
-#end
+#endif
15
16
extern "C" {
17
void luaGenerateDriver(lua_State* state, const char* port_name);
0 commit comments