diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-05-31 16:13:02 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-05-31 16:13:02 -0400 |
commit | a143902147b53c1792f5f844e9efe62d163ed362 (patch) | |
tree | b6872ace7c3298ec9393a72d61608b8d401a7b61 /src/form.cc | |
parent | e16672e1ffcf3e52f1444c362c52183c9f9f201c (diff) |
line length
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) |