summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m_config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m_config.c b/src/m_config.c
index 38ec8e00..a746e151 100644
--- a/src/m_config.c
+++ b/src/m_config.c
@@ -1127,6 +1127,8 @@ static char *GetDefaultConfigDir(void)
sprintf(result, "%s%c.%s%c", homedir, DIR_SEPARATOR,
PACKAGE_TARNAME, DIR_SEPARATOR);
+
+ return result;
}
else
#endif /* #ifndef _WIN32 */