diff options
Diffstat (limited to 'libkdenetwork/libgpgme-copy/assuan/assuan-defs.h')
-rw-r--r-- | libkdenetwork/libgpgme-copy/assuan/assuan-defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdenetwork/libgpgme-copy/assuan/assuan-defs.h b/libkdenetwork/libgpgme-copy/assuan/assuan-defs.h index 94fbb41ba..9ee417a92 100644 --- a/libkdenetwork/libgpgme-copy/assuan/assuan-defs.h +++ b/libkdenetwork/libgpgme-copy/assuan/assuan-defs.h @@ -299,7 +299,7 @@ FILE *_assuan_funopen(void *cookie, #define funopen(a,r,w,s,c) _assuan_funopen ((a), (r), (w), (s), (c)) #endif /*HAVE_FOPENCOOKIE*/ -/* Prototypes for tqreplacement functions. */ +/* Prototypes for replacement functions. */ #ifndef HAVE_MEMRCHR void *memrchr (const void *block, int c, size_t size); #endif |