1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

Another warning killed.

This commit is contained in:
Witold Filipczyk 2007-11-03 15:00:13 +01:00 committed by Witold Filipczyk
parent 4bd5106745
commit 685d674306

View File

@ -591,7 +591,7 @@ void
textarea_edit(int op, struct terminal *term_, struct form_state *fs_,
struct document_view *doc_view_, struct link *link_)
{
struct textarea_data *td;
struct textarea_data *td = NULL;
assert ((op == 0 || op == 1) && term_);
if_assert_failed return;