diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2000-12-11 12:20:20 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-12-11 12:20:20 +0800 |
commit | d693a82428bdbe63f306b19e3b8ae44a1c9368d8 (patch) | |
tree | c04b0d673162dfabcf4708627b1f0dcb891d4d1f /mail/mail-local.c | |
parent | ffc70650c181db4dcfaf85d319cad74aaa6ee8d2 (diff) | |
download | gsoc2013-evolution-d693a82428bdbe63f306b19e3b8ae44a1c9368d8.tar.gz gsoc2013-evolution-d693a82428bdbe63f306b19e3b8ae44a1c9368d8.tar.zst gsoc2013-evolution-d693a82428bdbe63f306b19e3b8ae44a1c9368d8.zip |
Left debug on, turned off.
svn path=/trunk/; revision=6899
Diffstat (limited to 'mail/mail-local.c')
-rw-r--r-- | mail/mail-local.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c index ad80f11e64..59fb39f769 100644 --- a/mail/mail-local.c +++ b/mail/mail-local.c @@ -52,7 +52,7 @@ #include "mail-threads.h" #include "folder-browser.h" -#define d(x) x +#define d(x) /* Local folder metainfo */ |