From: Pierre d'Herbemont Date: Fri, 10 Aug 2007 13:18:46 +0000 (+0000) Subject: include/vlc_arrays.h: Don't forget to return a value in value_for_key. X-Git-Tag: 0.9.0-test0~6592 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=27d17eb1f3ed973530f6884c0644b4f217bfaf10;p=vlc include/vlc_arrays.h: Don't forget to return a value in value_for_key. --- diff --git a/include/vlc_arrays.h b/include/vlc_arrays.h index 02ac9923b2..44e7f0ebd9 100644 --- a/include/vlc_arrays.h +++ b/include/vlc_arrays.h @@ -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