diff options
author | jcid <devnull@localhost> | 2008-10-14 16:55:52 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-14 16:55:52 +0200 |
commit | ac69e7d06d94360bb4907fc4a6e1665745ed8e05 (patch) | |
tree | e49214a7adc2ba0ac18ecd43816905a30154ef8e /src/form.hh | |
parent | bed5746dcfa547924e8514778504cf2c550893f3 (diff) |
- Cosmetic changes in form handling code.
Diffstat (limited to 'src/form.hh')
-rw-r--r-- | src/form.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/form.hh b/src/form.hh index 8375ba50..36616466 100644 --- a/src/form.hh +++ b/src/form.hh @@ -14,7 +14,7 @@ typedef enum { } DilloHtmlMethod; typedef enum { - DILLO_HTML_ENC_URLENCODING, + DILLO_HTML_ENC_URLENCODED, DILLO_HTML_ENC_MULTIPART } DilloHtmlEnc; |