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:
parent
1280f16d96
commit
ecb785ac44
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue