summaryrefslogtreecommitdiffstats
path: root/all_pairs/source/adpcm_dec/adpcm_dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'all_pairs/source/adpcm_dec/adpcm_dec.c')
-rw-r--r--all_pairs/source/adpcm_dec/adpcm_dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/all_pairs/source/adpcm_dec/adpcm_dec.c b/all_pairs/source/adpcm_dec/adpcm_dec.c
index 04a5746..368e98d 100644
--- a/all_pairs/source/adpcm_dec/adpcm_dec.c
+++ b/all_pairs/source/adpcm_dec/adpcm_dec.c
@@ -35,7 +35,7 @@
35 Forward declaration of functions 35 Forward declaration of functions
36*/ 36*/
37 37
38#include "../extra.h" 38#include "extra.h"
39 39
40void adpcm_dec_decode( int ); 40void adpcm_dec_decode( int );
41int adpcm_dec_filtez( int *bpl, int *dlt ); 41int adpcm_dec_filtez( int *bpl, int *dlt );