aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_jpeg.c')
-rw-r--r--formats/format_jpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/formats/format_jpeg.c b/formats/format_jpeg.c
index 96fed0dea..01f4d929a 100644
--- a/formats/format_jpeg.c
+++ b/formats/format_jpeg.c
@@ -132,13 +132,13 @@ int usecount()
return 0;
}
-char *description()
+const char *description()
{
return desc;
}
-char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}