Use an unsigned iterator variable
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 23 Dec 2008 02:37:10 +0000 (03:37 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 23 Dec 2008 02:37:10 +0000 (03:37 +0100)
plugins/wifi.c

index f70f0b6..9a92ad5 100644 (file)
@@ -304,7 +304,7 @@ static void scan_result(struct connman_element *device,
        struct wifi_data *data = connman_element_get_data(device);
        struct connman_element *element;
        gchar *temp;
-       int i;
+       unsigned int i;
 
        DBG("network %p identifier %s", network, network->identifier);