about summary refs log tree commit diff stats
path: root/src/HTForms.h
diff options
context:
space:
mode:
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;