summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */