Update i18n strings

This commit is contained in:
liushuyu
2016-06-11 17:19:35 +08:00
parent 3157a7a4af
commit f7377b6ee7
2 changed files with 5 additions and 5 deletions

View File

@@ -370,7 +370,7 @@ AmpV::one_cycle (int frames)
current.g = max (gain < 1 ? gain : pow (20, gain - 1), .000001);
#if 0
if (++_turn & 127) == 0)
if ( (++_turn & 127) == 0)
fprintf (stderr, "supply = %.3f sag = %.3f\n", supply, sag);
#endif