summaryrefslogtreecommitdiff
path: root/formats/format_g723.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_g723.c')
-rw-r--r--formats/format_g723.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/formats/format_g723.c b/formats/format_g723.c
index 7ddc79b04..594f3d1c0 100644
--- a/formats/format_g723.c
+++ b/formats/format_g723.c
@@ -168,12 +168,12 @@ int usecount()
return me.usecnt;
}
-char *description()
+const char *description()
{
return "G.723.1 Simple Timestamp File Format";
}
-char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}