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_pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'formats/format_pcm.c') diff --git a/formats/format_pcm.c b/formats/format_pcm.c index a3ad65143..3e037ca95 100755 --- a/formats/format_pcm.c +++ b/formats/format_pcm.c @@ -80,7 +80,7 @@ static struct ast_filestream *pcm_open(int fd) return tmp; } -static struct ast_filestream *pcm_rewrite(int fd, char *comment) +static struct ast_filestream *pcm_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