about summary refs log tree commit diff stats
path: root/src/HTForms.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2004-11-07 18:00:30 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2004-11-07 18:00:30 -0500
commitb52ca53f448d0f9c01708a6ce2b03be3a71d3993 (patch)
treeef7406c859d566bc94cd1a77e9d5b4d539c64436 /src/HTForms.h
parent1c6757afa67bdaba78ca9d902165126e54bd8061 (diff)
downloadlynx-snapshots-b52ca53f448d0f9c01708a6ce2b03be3a71d3993.tar.gz
snapshot of project "lynx", label v2-8-6dev_8
Diffstat (limited to 'src/HTForms.h')
-rw-r--r--src/HTForms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HTForms.h b/src/HTForms.h
index 75587213..71ef376d 100644
--- a/src/HTForms.h
+++ b/src/HTForms.h
@@ -41,7 +41,7 @@ typedef struct _InputFieldData {
     const char *md;
     const char *min;
     const char *name;
-    const char *size;
+    int size;
     const char *src;
     const char *type;
     char *value;