summaryrefslogtreecommitdiff
path: root/src/form.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-10-14 16:55:52 +0200
committerjcid <devnull@localhost>2008-10-14 16:55:52 +0200
commitac69e7d06d94360bb4907fc4a6e1665745ed8e05 (patch)
treee49214a7adc2ba0ac18ecd43816905a30154ef8e /src/form.hh
parentbed5746dcfa547924e8514778504cf2c550893f3 (diff)
- Cosmetic changes in form handling code.
Diffstat (limited to 'src/form.hh')
-rw-r--r--src/form.hh2
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;