1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* assuan-socket-connect.c (LOGERRORX): and removed typo.

This commit is contained in:
Werner Koch 2002-01-23 16:00:48 +00:00
parent 1280f16d96
commit ecb785ac44
2 changed files with 5 additions and 1 deletions

View file

@ -39,7 +39,7 @@
#define LOGERROR(a) fprintf (stderr, (a))
#define LOGERROR1(a,b) fprintf (stderr, (a), (b))
#define LOGERROR2(a,b,c) fprintf (stderr, (a), (b), (c))
#define LOGERRORX(a) fputs ((a), stderror)
#define LOGERRORX(a) fputs ((a), stderr)
#endif