diff options
Diffstat (limited to 'src/form.cc')
-rw-r--r-- | src/form.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/form.cc b/src/form.cc index 452b524e..751f5143 100644 --- a/src/form.cc +++ b/src/form.cc @@ -199,7 +199,8 @@ 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) |