Removed thelinx' debug

This commit is contained in:
Bart van Strien
2010-11-07 00:54:15 +01:00
parent e3a5a6cd9f
commit ba74763c2f
+1 -1
View File
@@ -217,7 +217,7 @@ namespace physfs
#elif defined(LOVE_LINUX)
if(appdata.empty())
{
char * xdgdatahome = getenv("XDG_DATA_HOM");
char * xdgdatahome = getenv("XDG_DATA_HOME");
if (!xdgdatahome)
appdata = getUserDirectory();
else