1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/formhist
Fabio Bonelli c692bf8222 1045: fix "void function cannot return value" in formhist
never_for_this_site(form) did return remember_form(form).
In ELinks 0.11.0, both functions returned int, so this was OK.
In commit 2b7788614f however, the
functions were changed to return void, as required by msg_box().
GCC still accepted the return statement but Sun Studio 11 did not.
2008-09-15 23:43:52 +03:00
..
dialogs.c
dialogs.h
formhist.c 1045: fix "void function cannot return value" in formhist 2008-09-15 23:43:52 +03:00
formhist.h Declare element types of lists. 2007-07-26 22:47:23 +03:00
Makefile