diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-25 15:55:47 -0700 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-25 15:55:47 -0700 |
| commit | 88177fe3eddaf0bad82e85b87556ace1eefbe361 (patch) | |
| tree | 9a0fdb5b0aa139350310b19cff1c8dba8f07311d /lib/ptm_lib.c | |
| parent | 683de05f8708a43aabde961329b56b83cd856e31 (diff) | |
Fixup of warnings in the code
Ticket: None
Reviewed by: Trivial
Testing:
A bunch of warnings have crept in to the code base. This
fixes the issue
Diffstat (limited to 'lib/ptm_lib.c')
| -rw-r--r-- | lib/ptm_lib.c | 2 |
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; |
