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

Add a missing blank line between check_option_name and push_add_button

This commit is contained in:
Miciah Dashiel Butler Masters 2006-08-05 19:46:09 +00:00 committed by Miciah Dashiel Butler Masters
parent b5b285b5df
commit 5b260ad69d

View File

@ -465,6 +465,7 @@ check_option_name(struct dialog_data *dlg_data, struct widget_data *widget_data)
return EVENT_PROCESSED;
}
static widget_handler_status_T
push_add_button(struct dialog_data *dlg_data,
struct widget_data *some_useless_info_button)