X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib%2Frx.h;h=0eee105db645eb0b8c34a1a7b1cc4e9a83a3a95a;hp=f098311336e7bc3e9a413fe9db0623e3dec70b67;hb=189d7d65c27f269b7d85473483488cc6ebbf12f5;hpb=fa7f733a61a6fe3143198791ab470ddf4d08fdbe diff --git a/lib/rx.h b/lib/rx.h index f098311..0eee105 100644 --- a/lib/rx.h +++ b/lib/rx.h @@ -30,7 +30,7 @@ typedef struct rx_t { char *pattern; /* printable version */ regex_t *rx; /* compiled expression */ - int not : 1; /* do not match */ + int not; /* do not match */ } rx_t; void rx_free (rx_t**);