mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Comment fix for make_filename
This commit is contained in:
parent
da36b610ef
commit
1d79b75b9c
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue