diff options
Diffstat (limited to 'lpm.c')
-rw-r--r-- | lpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -514,7 +514,7 @@ int main(int argc, char* argv[]) { lua_setglobal(L, "VERSION"); lua_setglobal(L, "ARGV"); #if _WIN32 - lus_pushliteral(L, "windows"); + lua_pushliteral(L, "windows"); lua_pushliteral(L, "\\"); #else lua_pushliteral(L, "posix"); |