aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_wav.c')
-rw-r--r--formats/format_wav.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/formats/format_wav.c b/formats/format_wav.c
index f46d75b1b..f56cdae4d 100644
--- a/formats/format_wav.c
+++ b/formats/format_wav.c
@@ -532,12 +532,12 @@ int usecount()
return me.usecnt;
}
-char *description()
+const char *description()
{
return "Microsoft WAV format (8000hz Signed Linear)";
}
-char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}