diff options
-rw-r--r-- | plugins/udevng.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/udevng.c b/plugins/udevng.c index 6dac3fdc..933527dd 100644 --- a/plugins/udevng.c +++ b/plugins/udevng.c @@ -276,8 +276,8 @@ static void destroy_modem(gpointer data) static gboolean check_remove(gpointer key, gpointer value, gpointer user_data) { - struct modem_info *modem = value; - const char *devpath = user_data; + struct modem_info *modem = value; + const char *devpath = user_data; GSList *list; for (list = modem->devices; list; list = list->next) { |