summaryrefslogtreecommitdiff
path: root/dumpcap.c
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2014-08-05 23:51:16 +0200
committerJörg Mayer <jmayer@loplof.de>2014-08-05 21:53:33 +0000
commit657d5f9ce3093fc5ae34f009b3aa72b784a949d1 (patch)
treec9a12c2dda28ad1331b033a0296957181697845d /dumpcap.c
parentf3dd7fe1eb5348922b079db2bdede700d4d28fbd (diff)
downloadwireshark-657d5f9ce3093fc5ae34f009b3aa72b784a949d1.tar.gz
- Fix the whitespace fix
- Also, trying to commit this "properly" gave this message: Error: Found prohibited APIs in dumpcap.c: strncpy,htons,strerror,open How does this happen? Why does gerrit accept this stuff in case a user does not have the (current) hooks installed? Change-Id: I692d053dcd9221aee31ed2780170c0671b856264 Reviewed-on: https://code.wireshark.org/review/3454 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 94aaca4394..94a8a720dc 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -4153,7 +4153,7 @@ out:
}
static void
- get_dumpcap_compiled_info(GString *str)
+get_dumpcap_compiled_info(GString *str)
{
/* Capture libraries */
g_string_append(str, ", ");