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