summaryrefslogtreecommitdiff
path: root/formats/msgsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'formats/msgsm.h')
-rw-r--r--formats/msgsm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/formats/msgsm.h b/formats/msgsm.h
index ba7738f1d..bb46a3a61 100644
--- a/formats/msgsm.h
+++ b/formats/msgsm.h
@@ -115,7 +115,7 @@ static inline void conv66(gsm_byte * d, wav_byte * c) {
gsm_byte frame_chain;
unsigned int sr;
unsigned int LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4];
-
+
readGSM_33(d);
sr = 0;
sr = (sr >> 6) | (LARc[0] << 10);
@@ -459,7 +459,7 @@ static inline void conv65( wav_byte * c, gsm_byte * d){
unsigned int LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4];
/* silence bogus compiler warning */
unsigned int xmc[13*4] = { 0, };
-
+
sr = *c++;
LARc[0] = sr & 0x3f; sr >>= 6;
sr |= (uword)*c++ << 2;