diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-05 03:05:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-05 03:05:42 +0800 |
commit | bc36738ca4e3652f55147d6f1e7d7ab5acacd9f7 (patch) | |
tree | 90ee445e064bbe24564c9515db91d46f18af9042 | |
parent | d27f28ec43bfbaf257f3bb407d10def100b979fe (diff) | |
download | gsoc2013-evolution-bc36738ca4e3652f55147d6f1e7d7ab5acacd9f7.tar gsoc2013-evolution-bc36738ca4e3652f55147d6f1e7d7ab5acacd9f7.tar.gz gsoc2013-evolution-bc36738ca4e3652f55147d6f1e7d7ab5acacd9f7.tar.bz2 gsoc2013-evolution-bc36738ca4e3652f55147d6f1e7d7ab5acacd9f7.tar.lz gsoc2013-evolution-bc36738ca4e3652f55147d6f1e7d7ab5acacd9f7.tar.xz gsoc2013-evolution-bc36738ca4e3652f55147d6f1e7d7ab5acacd9f7.tar.zst gsoc2013-evolution-bc36738ca4e3652f55147d6f1e7d7ab5acacd9f7.zip |
oops, s/#ifdef/#endif
svn path=/trunk/; revision=11654
-rw-r--r-- | mail/mail-format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-format.c b/mail/mail-format.c index 983565cdda..4a76e5932a 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -100,7 +100,7 @@ static gboolean handle_message_external_body (CamelMimePart *part, static gboolean handle_application_pgp (CamelMimePart *part, const char *mime_type, MailDisplay *md); -#ifdef /* APPLICATION_PGP_IS_NO_LONGER_SUPPORTED */ +#endif /* APPLICATION_PGP_IS_NO_LONGER_SUPPORTED */ static gboolean handle_via_bonobo (CamelMimePart *part, const char *mime_type, |