]> git.sesse.net Git - vlc/commitdiff
include/vlc_arrays.h: Don't forget to return a value in value_for_key.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 10 Aug 2007 13:18:46 +0000 (13:18 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 10 Aug 2007 13:18:46 +0000 (13:18 +0000)
include/vlc_arrays.h

index 02ac9923b2d80618f5cdf4bfa1ace0d7888d67f8..44e7f0ebd9e7829965d65ae149c7528fdfd35ba9 100644 (file)
@@ -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