Changeset 363a105e92ec582642923efb4289ba2f35b1fa32

Show
Ignore:
Timestamp:
15/02/08 23:30:07 (8 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1203114607 +0000
git-parent:

[6b70022f0b51799f66dd02995d0b328a35438ed1]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1203114607 +0000
Message:

test/dictionary.c: Fix a warning.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/test/dictionary.c

    r19bdca4 r363a105  
    6565    const int size = sizeof(our_keys)/sizeof(our_keys[0]); 
    6666    char ** keys; 
    67     int j, i = 0; 
     67    int i = 0; 
    6868 
    6969    vlc_dictionary_t dict;