Commit 363a105e authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

test/dictionary.c: Fix a warning.

parent 6b70022f
......@@ -64,7 +64,7 @@ int main (void)
};
const int size = sizeof(our_keys)/sizeof(our_keys[0]);
char ** keys;
int j, i = 0;
int i = 0;
vlc_dictionary_t dict;
vlc_dictionary_init( &dict, 0 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment