changeset 12086:74df39a4596f

10l (some broken compilers take this serious)
author alex
date Wed, 31 Mar 2004 07:40:36 +0000
parents 58d39d0656b4
children 296582b19611
files libao2/ao_alsa9.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_alsa9.c	Wed Mar 31 05:40:31 2004 +0000
+++ b/libao2/ao_alsa9.c	Wed Mar 31 07:40:36 2004 +0000
@@ -97,7 +97,7 @@
       snd_mixer_elem_t *elem;
       snd_mixer_selem_id_t *sid;
 
-      static const char *mix_name = NULL;
+      static char *mix_name = NULL;
       static char *card = NULL;
 
       long pmin, pmax;