From b08d0ff1573d0e4bb8a6f8f956dde41a907fdff4 Mon Sep 17 00:00:00 2001 From: Ricardo Ianelli Date: Sun, 10 Feb 2013 03:01:33 -0200 Subject: [PATCH] One more small fix --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 75af73c3..59798fda 100644 --- a/init.lua +++ b/init.lua @@ -10,7 +10,7 @@ g_logger.info(g_app.getName() .. ' ' .. g_app.getVersion() .. ' rev ' .. g_app.g -- add data directory to the search path if not g_resources.addSearchPath(g_resources.getWorkDir() .. "data", true) then - g_logger.fatal("Unable to add data directory to the search path.") + g_logger.fatal("Unable to add data directory to the search path.") end -- add modules directory to the search path