Skip to content

Commit 1392488

Browse files
authored
endif not end
1 parent 50c5095 commit 1392488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

luaApp/src/libs/lasynlib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define strcasecmp(x,y) strcmpi(x,y)
1212
#else
1313
#include <strings.h>
14-
#end
14+
#endif
1515

1616
extern "C" {
1717
void luaGenerateDriver(lua_State* state, const char* port_name);

0 commit comments

Comments
 (0)