(Ignore!) Again a whitespace change for testing purposes.
authormarkus schnalke <meillo@marmaro.de>
Mon, 21 May 2012 19:20:38 +0000 (21:20 +0200)
committermarkus schnalke <meillo@marmaro.de>
Mon, 21 May 2012 19:20:38 +0000 (21:20 +0200)
h/fmt_scan.h

index 09346da..d7f43af 100644 (file)
@@ -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;