1
0
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:
Paul Licameli 2018-11-13 07:47:30 -05:00
parent a4f9de784a
commit 14bd1cad29

View File

@ -209,7 +209,7 @@ void errprint(LVAL expr)
} }
/* errputstr - print a string to *error-output* */ /* errputstr - print a string to *error-output* */
void errputstr(const const char *str) void errputstr(const char *str)
{ {
xlputstr(getvalue(s_stderr),str); xlputstr(getvalue(s_stderr),str);
} }