summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index c776fe3fa..986046081 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.h.in,v 1.165 2007/02/19 23:20:19 dgp85 Exp $
+ * $Id: xine.h.in,v 1.166 2007/02/20 00:43:06 dgp85 Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -1488,7 +1488,7 @@ int xine_config_register_range (xine_t *self,
int xine_config_register_enum (xine_t *self,
const char *key,
int def_value,
- char **values,
+ const char **values,
const char *description,
const char *help,
int exp_level,