diff options
Diffstat (limited to 'src/form.cc')
-rw-r--r-- | src/form.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/form.cc b/src/form.cc index 452b524e..a97f9ea4 100644 --- a/src/form.cc +++ b/src/form.cc @@ -199,7 +199,7 @@ DilloHtmlForm *a_Html_form_new (DilloHtml *html, DilloHtmlMethod method, DilloHtmlEnc content_type, const char *charset, bool enabled) { - return new DilloHtmlForm (html, method, action, content_type, charset, enabled); + return new DilloHtmlForm (html, method,action,content_type,charset,enabled); } void a_Html_form_delete (DilloHtmlForm *form) |