Fix what looks like type

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@15007 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
vincentlj 2014-01-12 14:34:34 +00:00
parent b136e16f7a
commit f6b7fb3853
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
#include "addons/addons_manager.hpp"
#include "addons/inetwork_http.hpp"
#include "addons./news_manager.hpp"
#include "addons/news_manager.hpp"
#include "addons/zip.hpp"
#include "io/file_manager.hpp"
#include "io/xml_node.hpp"

View File

@ -64,7 +64,7 @@ void NewsManager::init(bool force_refresh)
&NewsManager::downloadNews, this);
if(error)
{
Log::warn("news", "Could not create thread, error=%d", errno);
Log::warn("news", "Could not create thread, error=%d", error);
// In this case just execute the downloading code with this thread
downloadNews(this);
}