Undo a comment change back to a basic comment

w32-compat
Christopher Wellons 2017-07-24 12:24:38 -04:00
parent e1e857c935
commit 727e89a81f
1 changed files with 1 additions and 3 deletions

View File

@ -333,9 +333,7 @@ dir_exists(const char *path)
return !stat(path, &info) && S_ISDIR(info.st_mode);
}
/**
* Use $XDG_CONFIG_HOME/enchive, or $HOME/.config/enchive.
*/
/* Use $XDG_CONFIG_HOME/enchive, or $HOME/.config/enchive. */
static char *
storage_directory(char *file)
{