summaryrefslogtreecommitdiff
path: root/dumpcap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-22 16:55:58 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-22 23:57:02 +0000
commit4028f56709564b8f3d1e9c7ec9ee73f6ec418e70 (patch)
treeed536030e12c30e3ef41ac5763370fe16fed26ea /dumpcap.c
parentf6ce0cdacd642d31cf198d0bdc4654bbd5afd951 (diff)
downloadwireshark-4028f56709564b8f3d1e9c7ec9ee73f6ec418e70.tar.gz
Clean up indentation (get rid of tabs).
Change-Id: I14917737db30c80af2d40e40efd79ceb6aea79f8 Reviewed-on: https://code.wireshark.org/review/3170 Reviewed-by: Guy Harris <guy@alum.mit.edu>
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 29ec228198..cd329b4992 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -1430,7 +1430,7 @@ print_statistics_loop(gboolean machine_readable)
if_list = get_interface_list(&err, &err_str);
if (if_list == NULL) {
- if (err == 0)
+ if (err == 0)
cmdarg_err("There are no interfaces on which a capture can be done");
else {
cmdarg_err("%s", err_str);