Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/path_getabsolute.c')
-rw-r--r--src/host/path_getabsolute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/path_getabsolute.c b/src/host/path_getabsolute.c
index 36b1c3a..407aa1f 100644
--- a/src/host/path_getabsolute.c
+++ b/src/host/path_getabsolute.c
@@ -89,7 +89,7 @@ int path_getabsolute(lua_State* L)
lua_pop(L, 1);
lua_pushstring(L, buffer);
- lua_rawseti(L, -3, ++i);
+ lua_rawseti(L, -3, ++i);
}
return 1;
}