From eab0aeb4bb9f98994edccac5dc5cd303274c0054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sat, 30 Jul 2005 16:34:38 +0000 Subject: More char -> const char fixes Declare some functions static svn path=/trunk/; revision=15158 --- epan/dissectors/packet-msproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-msproxy.c') diff --git a/epan/dissectors/packet-msproxy.c b/epan/dissectors/packet-msproxy.c index 2b0c2d0fc9..1286f204ef 100644 --- a/epan/dissectors/packet-msproxy.c +++ b/epan/dissectors/packet-msproxy.c @@ -321,7 +321,7 @@ static int display_application_name(tvbuff_t *tvb, int offset, } -static char *get_msproxy_cmd_name( int cmd, int direction) { +static const char *get_msproxy_cmd_name( int cmd, int direction) { /* return the command name string for cmd */ -- cgit v1.2.3