summaryrefslogtreecommitdiff
path: root/codecs/gsm/inc/gsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/gsm/inc/gsm.h')
-rw-r--r--codecs/gsm/inc/gsm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/gsm/inc/gsm.h b/codecs/gsm/inc/gsm.h
index 81065e512..c98b06fd4 100644
--- a/codecs/gsm/inc/gsm.h
+++ b/codecs/gsm/inc/gsm.h
@@ -55,7 +55,7 @@ typedef gsm_byte gsm_frame[33]; /* 33 * 8 bits */
#define GSM_OPT_FRAME_CHAIN 6
extern gsm gsm_create GSM_P((void));
-extern void gsm_destroy GSM_P((gsm));
+extern void gsm_destroy GSM_P((gsm));
extern int gsm_print GSM_P((FILE *, gsm, gsm_byte *));
extern int gsm_option GSM_P((gsm, int, int *));