Browse Source

Fix indentation in wavegen.c.

master
Reece H. Dunn 8 years ago
parent
commit
006bd842c3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/wavegen.c

+ 1
- 1
src/libespeak-ng/wavegen.c View File

@@ -727,7 +727,7 @@ int Wavegen()
for (h = 1; h < N_LOWHARM && h <= maxh2 && h <= maxh; h++)
harmspect[h] += harm_inc[h];

// bring automatic gain control back towards unity
// bring automatic gain control back towards unity
if (agc < 256) agc++;
}


Loading…
Cancel
Save