diff options
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c index 53c2370f3..0fd3dda95 100644 --- a/src/conf.c +++ b/src/conf.c @@ -384,7 +384,7 @@ ConfigParam * parseConfigFilePath(char * name, int force) { param->value, param->line); exit(EXIT_FAILURE); } - // Parse ~ in path + /* Parse ~ in path */ else if(path[0] == '~') { struct passwd * pwd = NULL; char * newPath; |