1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-08 12:44:23 +01:00

Comment fix for make_filename

This commit is contained in:
Werner Koch 2002-10-12 11:43:32 +00:00
parent da36b610ef
commit 1d79b75b9c

View File

@ -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, ... )
{