comparison config.arg.h @ 545:18b3666eae17

applied sander's config.*h nitpick patch
author arg@mig29
date Thu, 26 Oct 2006 15:29:20 +0200
parents 21a924818b61
children de3fd5271408
comparison
equal deleted inserted replaced
544:88ebcfe64c2d 545:18b3666eae17
57 }; 57 };
58 58
59 #define RULES \ 59 #define RULES \
60 static Rule rule[] = { \ 60 static Rule rule[] = { \
61 /* class:instance:title regex tags regex isfloat */ \ 61 /* class:instance:title regex tags regex isfloat */ \
62 { "Firefox.*", "net", False}, \ 62 { "Firefox.*", "net", False }, \
63 { "Gimp.*", NULL, True}, \ 63 { "Gimp.*", NULL, True }, \
64 { "MPlayer.*", NULL, True}, \ 64 { "MPlayer.*", NULL, True }, \
65 { "Acroread.*", NULL, True}, \ 65 { "Acroread.*", NULL, True }, \
66 }; 66 };