xmlsound: warning--

This commit is contained in:
mfranz
2008-05-21 14:51:39 +00:00
parent b20b3229bf
commit f4f5ab2392

View File

@@ -47,7 +47,7 @@ static double _snd_log(double v) { return log(fabs(v)); }
// static double _snd_pow3(double v) { return v*v*v; }
static const struct {
char *name;
const char *name;
double (*fn)(double);
} __sound_fn[] = {
// {"lin", _snd_lin},