aboutsummaryrefslogtreecommitdiffstats
path: root/tests/asschk.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-01-26 22:12:23 +0000
committerWerner Koch <[email protected]>2008-01-26 22:12:23 +0000
commitc3b9005ec3c02e90cc5fba3e654521d87140a29c (patch)
tree7b7739906c2aacec1caf788880e32ce8d5a7fdbd /tests/asschk.c
parentAdd --logger-fd alias. (diff)
downloadgnupg-c3b9005ec3c02e90cc5fba3e654521d87140a29c.tar.gz
gnupg-c3b9005ec3c02e90cc5fba3e654521d87140a29c.zip
Typo fixes.
Portability fix for asschk.c
Diffstat (limited to 'tests/asschk.c')
-rw-r--r--tests/asschk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/asschk.c b/tests/asschk.c
index 356613901..176fcac6f 100644
--- a/tests/asschk.c
+++ b/tests/asschk.c
@@ -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");