X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Ffmt_scan.h;h=d7f43af0d4452c37cb6998fc0bcd77b49105b394;hp=09346dabded4ab5d7cd49fb3b394e2fff44dbc23;hb=88b2142594d5ea1e8385dae5eca81eed1018c555;hpb=1ab6dbe9907901b0abe84c451ead6b25a74fbb5b diff --git a/h/fmt_scan.h b/h/fmt_scan.h index 09346da..d7f43af 100644 --- a/h/fmt_scan.h +++ b/h/fmt_scan.h @@ -16,7 +16,7 @@ struct comp { char *c_text; /* component text (if found) */ struct comp *c_next; /* hash chain linkage */ short c_flags; /* misc. flags (from fmt_scan) */ - short c_type; /* type info (from fmt_compile) */ + short c_type; /* type info (from fmt_compile) */ union { struct tws *c_u_tws; struct mailname *c_u_mn;