1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-04-17 15:44:34 +02: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. Construct a filename from the NULL terminated list of parts. Tilde
* Tilde expansion is done here. expansion is done here. Note that FIRST_PART must never be NULL and
*/ that this function is guaranteed to return an allocated string. */
char * char *
make_filename( const char *first_part, ... ) make_filename( const char *first_part, ... )
{ {