diff options
Diffstat (limited to 'mail/em-folder-tree-model.c')
-rw-r--r-- | mail/em-folder-tree-model.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-folder-tree-model.c b/mail/em-folder-tree-model.c index fe0f902234..d32c4062e5 100644 --- a/mail/em-folder-tree-model.c +++ b/mail/em-folder-tree-model.c @@ -57,8 +57,8 @@ #include "em-marshal.h" #include "em-folder-tree-model.h" -#define u(x) x /* unread count debug */ -#define d(x) x +#define u(x) /* unread count debug */ +#define d(x) static GType col_types[] = { G_TYPE_STRING, /* display name */ |