One more small fix

This commit is contained in:
Ricardo Ianelli 2013-02-10 03:01:33 -02:00
parent 71c2ec5293
commit b08d0ff157
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ g_logger.info(g_app.getName() .. ' ' .. g_app.getVersion() .. ' rev ' .. g_app.g
-- add data directory to the search path -- add data directory to the search path
if not g_resources.addSearchPath(g_resources.getWorkDir() .. "data", true) then 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 end
-- add modules directory to the search path -- add modules directory to the search path