diff --git a/src/utils/paths/paths.cpp b/src/utils/paths/paths.cpp index 63f6e959b..3b88102d0 100644 --- a/src/utils/paths/paths.cpp +++ b/src/utils/paths/paths.cpp @@ -43,6 +43,7 @@ const string &Paths::getPath (Paths::Type type, void *context) { case Config: return SysPaths::getConfigPath(context); } + return NULL; } LINPHONE_END_NAMESPACE