diff options
Diffstat (limited to 'src/misc.c')
-rw-r--r-- | src/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ a_Misc_expand_tabs(char **start, char *end, char *buf, int buflen) } /* TODO: could use dStr ADT! */ -typedef struct ContentType_ { +typedef struct { const char *str; int len; } ContentType_t; |