monitor: Fix up minor style issue

This commit is contained in:
Denis Kenzior 2015-02-04 20:49:38 -06:00
parent 44aaaa74ee
commit 17dcd420c2
1 changed files with 1 additions and 1 deletions

View File

@ -2467,7 +2467,7 @@ static void read_uevent(const char *ifname, int index)
iface->index = index;
if (!l_hashmap_insert(wlan_iface_list,
L_INT_TO_PTR(index), iface))
L_INT_TO_PTR(index), iface))
l_free(iface);
}
}