aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-06 14:03:14 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-06 14:03:14 +0000
commit73328cb9d899fdfce03f028230b1834fba8ce0a2 (patch)
tree3fa68dbd08f38db924425656b41d4a8fec6c7fff /capture_loop.c
parent01e304b13d4b16e4969e149925b5fbe69d5e27a7 (diff)
Last set of char -> const char trivial warning fixes.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15244 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_loop.c')
-rw-r--r--capture_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_loop.c b/capture_loop.c
index 8b6e82a0ca..8421e73a32 100644
--- a/capture_loop.c
+++ b/capture_loop.c
@@ -523,7 +523,7 @@ static int capture_loop_open_input(capture_options *capture_opts, loop_data *ld,
WSADATA wsaData;
#else
static const char ppamsg[] = "can't find PPA for ";
- char *libpcap_warn;
+ const char *libpcap_warn;
#endif