diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/paths.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/paths.c b/src/core/paths.c index 21540bd..5902e83 100644 --- a/src/core/paths.c +++ b/src/core/paths.c @@ -216,10 +216,10 @@ char *get_effective_directory_new(TargetDirectoryType type) free(dyn_path_tmp); -#endif - exit: +#endif + assert(result != NULL); return result; |