diff --git a/src/lfs.c b/src/lfs.c index 159ca59..9720d8b 100644 --- a/src/lfs.c +++ b/src/lfs.c @@ -869,7 +869,7 @@ static void set_info (lua_State *L) { lua_pushliteral (L, "LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution"); lua_settable (L, -3); lua_pushliteral (L, "_VERSION"); - lua_pushliteral (L, "LuaFileSystem "LFS_VERSION); + lua_pushliteral (L, "LuaFileSystem " LFS_VERSION); lua_settable (L, -3); }