diff options
Diffstat (limited to 'test/lsudev.c')
-rw-r--r-- | test/lsudev.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lsudev.c b/test/lsudev.c index fe5d44c1..85c76f8c 100644 --- a/test/lsudev.c +++ b/test/lsudev.c @@ -55,7 +55,7 @@ println (guint indent, const char *fmt, ...) { va_list args; GString *output; - int i; + guint i; g_return_if_fail (fmt != NULL); @@ -175,4 +175,3 @@ main (int argc, char *argv[]) return 0; } - |