aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/airpdcap_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/crypt/airpdcap_debug.c')
-rw-r--r--epan/crypt/airpdcap_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/crypt/airpdcap_debug.c b/epan/crypt/airpdcap_debug.c
index 623fdbab1f..57fe0a6384 100644
--- a/epan/crypt/airpdcap_debug.c
+++ b/epan/crypt/airpdcap_debug.c
@@ -46,7 +46,7 @@
#ifdef __cplusplus
extern "C" {
#endif
- void print_debug_line(CHAR *function, CHAR *msg, INT level) {
+ void print_debug_line(const CHAR *function, const CHAR *msg, const INT level) {
if (level<=AIRPDCAP_DEBUG_USED_LEVEL)
g_warning("dbg(%d)|(%s) %s", level, function, msg);
}