From 9e076dc898c23c4b6f88705c9fab822aa1a11056 Mon Sep 17 00:00:00 2001 From: markster Date: Sat, 13 Nov 2004 16:13:07 +0000 Subject: Updates from char * to const char * + german syntax + enumeration (bug #2780) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4229 f38db490-d61c-443f-a65b-d21fe96a405b --- formats/format_wav_gsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'formats/format_wav_gsm.c') diff --git a/formats/format_wav_gsm.c b/formats/format_wav_gsm.c index 9030f0398..c46c819dd 100755 --- a/formats/format_wav_gsm.c +++ b/formats/format_wav_gsm.c @@ -361,7 +361,7 @@ static struct ast_filestream *wav_open(int fd) return tmp; } -static struct ast_filestream *wav_rewrite(int fd, char *comment) +static struct ast_filestream *wav_rewrite(int fd, const char *comment) { /* We don't have any header to read or anything really, but if we did, it would go here. We also might want to check -- cgit v1.2.3