aboutsummaryrefslogtreecommitdiffstats
path: root/util/fileutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/fileutil.c')
-rw-r--r--util/fileutil.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/fileutil.c b/util/fileutil.c
index 92dbc9ef6..14be8b698 100644
--- a/util/fileutil.c
+++ b/util/fileutil.c
@@ -89,10 +89,10 @@ make_dirname(const char *filepath)
-/****************
- * Construct a filename from the NULL terminated list of parts.
- * Tilde expansion is done here.
- */
+/*
+ Construct a filename from the NULL terminated list of parts. Tilde
+ expansion is done here. Note that FIRST_PART must never be NULL and
+ that this function is guaranteed to return an allocated string. */
char *
make_filename( const char *first_part, ... )
{