]> git.sesse.net Git - vlc/commitdiff
input/input_internal.h: Be more polite in the warning message.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 15 Jul 2007 17:14:22 +0000 (17:14 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 15 Jul 2007 17:14:22 +0000 (17:14 +0000)
src/input/input_internal.h

index bd1adf7ace3c7a5b7f5047482d87aa533778ec28..f30ecbd1d8f81bbf3e89e1c6fc337d68a310f145 100644 (file)
@@ -353,7 +353,7 @@ static inline int demux2_Control( demux_t *p_demux, int i_query, ... )
 }
 
 #if defined(__PLUGIN__) || defined(__BUILTIN__)
-# warning CAN'T YOU SEE THIS IS AN INTERNAL HEADER?! '
+# warning This is an internal header. Please don't relay on it unless you really know what you are doing.
 #else
 /* Stream */
 /**