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:
parent
da36b610ef
commit
1d79b75b9c
@ -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, ... )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user