From 17dcd420c292414d8e2dc7686b77a0be1ea67bd0 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 4 Feb 2015 20:49:38 -0600 Subject: [PATCH] monitor: Fix up minor style issue --- monitor/nlmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index 3ca04ef7..1426f5f2 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -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); } }