summaryrefslogtreecommitdiff
path: root/lib/ptm_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ptm_lib.c')
-rw-r--r--lib/ptm_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ptm_lib.c b/lib/ptm_lib.c
index 175cf1443e..bcf0be623d 100644
--- a/lib/ptm_lib.c
+++ b/lib/ptm_lib.c
@@ -124,7 +124,7 @@ _ptm_lib_decode_header (csv_t *csv,
int
ptm_lib_append_msg(ptm_lib_handle_t *hdl, void *ctxt,
- const char *key, char *val)
+ const char *key, const char *val)
{
ptm_lib_msg_ctxt_t *p_ctxt = ctxt;
csv_t *csv;