diff options
Diffstat (limited to 'dispatcher/tests/test-dispatcher-envp.c')
| -rw-r--r-- | dispatcher/tests/test-dispatcher-envp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatcher/tests/test-dispatcher-envp.c b/dispatcher/tests/test-dispatcher-envp.c index 5fa4a314..78bcd233 100644 --- a/dispatcher/tests/test-dispatcher-envp.c +++ b/dispatcher/tests/test-dispatcher-envp.c @@ -124,7 +124,7 @@ parse_device (GKeyFile *kf, GVariant **out_device_props, GError **error) { GVariantBuilder props; char *tmp; - gint i; + int i; g_variant_builder_init (&props, G_VARIANT_TYPE ("a{sv}")); |