aboutsummaryrefslogtreecommitdiffstats
path: root/src/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c
index 979c6256..c0e61551 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -266,7 +266,8 @@ _gpgme_debug_end (void **line)
void
_gpgme_debug_buffer (int lvl, const char *const fmt,
const char *const func, const char *const tagname,
- void *tag, const char *const buffer, size_t len)
+ const void *const tag, const char *const buffer,
+ size_t len)
{
int idx = 0;
int j;