summaryrefslogtreecommitdiffstats
path: root/asxparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'asxparser.c')
-rw-r--r--asxparser.c2
1 files changed, 1 insertions, 1 deletions
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;