mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Typo fixes.
Portability fix for asschk.c
This commit is contained in:
parent
e2a98c2b26
commit
c3b9005ec3
5 changed files with 13 additions and 5 deletions
|
@ -308,7 +308,7 @@ read_assuan (int fd)
|
|||
{
|
||||
int i;
|
||||
|
||||
printf ("%s: read \"", __FUNCTION__);
|
||||
printf ("%s: read \"", __func__);
|
||||
for (i = 0; i < n; i ++)
|
||||
putc (buf[i], stdout);
|
||||
printf ("\"\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue