1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[textarea] const ed

This commit is contained in:
Witold Filipczyk 2022-02-21 19:22:45 +01:00
parent 7b3ebd8fb3
commit c7c9295eba

View File

@ -633,7 +633,7 @@ textarea_edit(int op, struct terminal *term_, struct form_state *fs_,
}
if (op == 0) {
char *ed;
const char *ed;
char *ex;
assert(fs_ && doc_view_ && link_ && term_);