summaryrefslogtreecommitdiffstats
path: root/ext/esd/esdmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/esd/esdmon.c')
-rw-r--r--ext/esd/esdmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/esd/esdmon.c b/ext/esd/esdmon.c
index eaa8b097..58111057 100644
--- a/ext/esd/esdmon.c
+++ b/ext/esd/esdmon.c
@@ -372,7 +372,7 @@ static gboolean
gst_esdmon_open_audio (GstEsdmon * src)
{
/* Name used by esound for this connection. */
- const char *connname = "GStreamer";
+ const char connname[] = "GStreamer";
/* Bitmap describing audio format. */
esd_format_t esdformat = ESD_STREAM | ESD_PLAY;