summaryrefslogtreecommitdiff
path: root/extcap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-02-26 14:56:01 -0800
committerGuy Harris <guy@alum.mit.edu>2016-02-26 22:56:28 +0000
commit92537916483ec721a638cdd7c416d099a45a9304 (patch)
treef86627d7362430f54370950cdb3f9172a1b2adba /extcap.c
parentd08f65770aaf40a76117444dc50e151c4b337984 (diff)
downloadwireshark-92537916483ec721a638cdd7c416d099a45a9304.tar.gz
Fix indentation.
Change-Id: I201c35e1f6dfdb67a68dbc0ee684e0231842f00b Reviewed-on: https://code.wireshark.org/review/14182 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'extcap.c')
-rw-r--r--extcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap.c b/extcap.c
index 93549ded44..b1e6f5a60e 100644
--- a/extcap.c
+++ b/extcap.c
@@ -394,7 +394,7 @@ extcap_interface_list(char **err_str) {
GList *ret = NULL;
if (err_str != NULL)
- *err_str = NULL;
+ *err_str = NULL;
/* ifaces is used as cache, do not destroy its contents when
* returning or no extcap interfaces can be queried for options */