diff options
author | corvid <corvid@lavabit.com> | 2009-05-31 04:31:38 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-05-31 04:31:38 +0000 |
commit | b3ff367d8928bcddb2eec544aff2bef10e5dc54c (patch) | |
tree | 0ba404a7586ee3dbcdfbf799d7c1f3310fdacaff /src/form.cc | |
parent | 0524d6afd9ce024027c302db3b3cd42738b0260f (diff) |
line length
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) |