From 1f36e4837259ecb83f91568ff809ca02142d0e62 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sun, 15 Jul 2012 01:02:33 +0100 Subject: Squash warnings --- render/html_forms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html_forms.c') diff --git a/render/html_forms.c b/render/html_forms.c index 626fe4c0e..c8b3c7fe6 100644 --- a/render/html_forms.c +++ b/render/html_forms.c @@ -258,7 +258,7 @@ out: static struct form_control * parse_input_element(struct form *forms, dom_html_input_element *input) { - struct form_control *control; + struct form_control *control = NULL; dom_html_form_element *form = NULL; dom_string *ds_type = NULL; dom_string *ds_name = NULL; -- cgit v1.2.3