summaryrefslogtreecommitdiff
path: root/epan/filesystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/filesystem.c')
-rw-r--r--epan/filesystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/filesystem.c b/epan/filesystem.c
index d0a3b88fcb..9eab5b0462 100644
--- a/epan/filesystem.c
+++ b/epan/filesystem.c
@@ -1198,7 +1198,7 @@ create_persconffile_profile(const char *profilename, char **pf_dir_path_return)
/*
* Create the "Default" personal configuration files directory, if necessary.
*/
- if (create_persconffile_profile (NULL, &pf_dir_path_return) == -1) {
+ if (create_persconffile_profile (NULL, pf_dir_path_return) == -1) {
return -1;
}