aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_wav.c')
-rwxr-xr-xformats/format_wav.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/formats/format_wav.c b/formats/format_wav.c
index e3265d379..9ba4fdc22 100755
--- a/formats/format_wav.c
+++ b/formats/format_wav.c
@@ -3,7 +3,7 @@
*
* Microsoft WAV File Format using libaudiofile
*
- * Copyright (C) 1999, Adtran Inc. and Linux Support Services, LLC
+ * Copyright (C) 1999, Mark Spencer
*
* Mark Spencer <markster@linux-support.net>
*
@@ -298,7 +298,7 @@ static int wav_write(struct ast_filestream *fs, struct ast_frame *f)
return 0;
}
-char *wav_getcomment(struct ast_filestream *s)
+static char *wav_getcomment(struct ast_filestream *s)
{
return NULL;
}