From dd43338425e06005e0d6a5d3ad6877fec534d7ed Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sat, 13 Nov 2004 16:13:07 +0000 Subject: Updates from char * to const char * + german syntax + enumeration (bug #2780) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4229 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- formats/format_g723.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'formats/format_g723.c') diff --git a/formats/format_g723.c b/formats/format_g723.c index 955ce5916..3687773e7 100755 --- a/formats/format_g723.c +++ b/formats/format_g723.c @@ -78,7 +78,7 @@ static struct ast_filestream *g723_open(int fd) return tmp; } -static struct ast_filestream *g723_rewrite(int fd, char *comment) +static struct ast_filestream *g723_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