vlc-video: Fix compiler warnings
This commit is contained in:
parent
a97f8b7128
commit
4ac3299575
@ -547,7 +547,7 @@ static bool valid_extension(const char *ext)
|
||||
if (!ext || !*ext)
|
||||
return false;
|
||||
|
||||
b = EXTENSIONS_MEDIA + 1;
|
||||
b = &EXTENSIONS_MEDIA[1];
|
||||
e = strchr(b, ';');
|
||||
|
||||
for (;;) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user