Commit 27d17eb1 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

include/vlc_arrays.h: Don't forget to return a value in value_for_key.

parent 2886f500
......@@ -364,6 +364,7 @@ vlc_dictionary_value_for_key( const vlc_dictionary_t * p_dict, const char * psz_
p_entry = p_entry->p_next;
} while( p_entry );
return kVLCDictionaryNotFound;
}
static inline int
......
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