From 58ed2c3fe035313bfc7feca7fd18abb84fa4fad1 Mon Sep 17 00:00:00 2001 From: reynaldo Date: Sat, 15 Jul 2006 16:03:12 +0000 Subject: marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19109 b3059339-0415-0410-9bf9-f77b7e298cf2 --- asxparser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asxparser.c') diff --git a/asxparser.c b/asxparser.c index 229a8252ea..1bd8047c23 100644 --- a/asxparser.c +++ b/asxparser.c @@ -80,7 +80,7 @@ asx_list_free(void* list_ptr,ASX_FreeFunc free_func) { /////// Attribs utils char* -asx_get_attrib(char* attrib,char** attribs) { +asx_get_attrib(const char* attrib,char** attribs) { char** ptr; if(attrib == NULL || attribs == NULL) return NULL; -- cgit v1.2.3