Commit 1a2a6d6a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix compilation

parent 4df49b18
...@@ -83,7 +83,7 @@ static char *config_GetHomeDir (void) ...@@ -83,7 +83,7 @@ static char *config_GetHomeDir (void)
#endif #endif
if (!home) if (!home)
return NULL return NULL;
return FromLocaleDup (home); return FromLocaleDup (home);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment