diff src/audacious/tuple.c @ 3304:00286cde2485 trunk

Make filename a const
author Christian Birchinger <joker@netswarm.net>
date Fri, 10 Aug 2007 15:14:20 +0200
parents eaf68ed98166
children 70149c3555f4
line wrap: on
line diff
--- a/src/audacious/tuple.c	Fri Aug 10 14:48:13 2007 +0200
+++ b/src/audacious/tuple.c	Fri Aug 10 15:14:20 2007 +0200
@@ -84,7 +84,7 @@
 }
 
 Tuple *
-tuple_new_from_filename(gchar *filename)
+tuple_new_from_filename(const gchar *filename)
 {
     gchar *scratch, *ext, *realfn;
     Tuple *tuple;