Fix indentation.

Change-Id: I201c35e1f6dfdb67a68dbc0ee684e0231842f00b
Reviewed-on: https://code.wireshark.org/review/14182
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-02-26 14:56:01 -08:00
parent d08f65770a
commit 9253791648
1 changed files with 1 additions and 1 deletions

View File

@ -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 */