From 92537916483ec721a638cdd7c416d099a45a9304 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 26 Feb 2016 14:56:01 -0800 Subject: Fix indentation. Change-Id: I201c35e1f6dfdb67a68dbc0ee684e0231842f00b Reviewed-on: https://code.wireshark.org/review/14182 Reviewed-by: Guy Harris --- extcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extcap.c') 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 */ -- cgit v1.2.1