mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
lib-src/libnyquist/nyquist/xlisp: fix duplicate "const"
This commit is contained in:
parent
a4f9de784a
commit
14bd1cad29
@ -209,7 +209,7 @@ void errprint(LVAL expr)
|
||||
}
|
||||
|
||||
/* errputstr - print a string to *error-output* */
|
||||
void errputstr(const const char *str)
|
||||
void errputstr(const char *str)
|
||||
{
|
||||
xlputstr(getvalue(s_stderr),str);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user