summaryrefslogtreecommitdiff
path: root/clients/tui/nm-editor-utils.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-03-14 11:15:05 +0100
committerThomas Haller <thaller@redhat.com>2017-03-14 11:26:29 +0100
commit22b7282d843f24442aed6a72617e0038f572b2c9 (patch)
treefd8b8fef15a9446dbe3419af2513a05fa276d1a5 /clients/tui/nm-editor-utils.c
parentb1eeb009371251d5a8115bfb16fac1d1504e5a90 (diff)
downloadNetworkManager-22b7282d843f24442aed6a72617e0038f572b2c9.tar.gz
all: use "unsigned" instead of "unsigned int"
Diffstat (limited to 'clients/tui/nm-editor-utils.c')
-rw-r--r--clients/tui/nm-editor-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/tui/nm-editor-utils.c b/clients/tui/nm-editor-utils.c
index 210542d2f0..b71e9fbed6 100644
--- a/clients/tui/nm-editor-utils.c
+++ b/clients/tui/nm-editor-utils.c
@@ -323,7 +323,7 @@ get_available_iface_name (const char *try_name,
const GPtrArray *connections;
NMConnection *connection;
char *new_name;
- unsigned int num = 1;
+ unsigned num = 1;
int i = 0;
const char *ifname = NULL;