Changeset 363a105e92ec582642923efb4289ba2f35b1fa32
- 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
| r19bdca4 |
r363a105 |
|
| 65 | 65 | const int size = sizeof(our_keys)/sizeof(our_keys[0]); |
|---|
| 66 | 66 | char ** keys; |
|---|
| 67 | | int j, i = 0; |
|---|
| | 67 | int i = 0; |
|---|
| 68 | 68 | |
|---|
| 69 | 69 | vlc_dictionary_t dict; |
|---|