aboutsummaryrefslogtreecommitdiff
path: root/lpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lpm.c')
-rw-r--r--lpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lpm.c b/lpm.c
index 96f29ad..3712622 100644
--- a/lpm.c
+++ b/lpm.c
@@ -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");