diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-08-27 14:14:11 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-08-27 14:14:11 +0800 |
commit | fd32203109458d90f7d5553828675e4a2ded2c09 (patch) | |
tree | ec87f620ca047671ab4f301c543d7cc0348d9b87 /mail/em-format-html.c | |
parent | c32d60a782f384acf44bb732bbf2599ed7c9fbc5 (diff) | |
download | gsoc2013-evolution-fd32203109458d90f7d5553828675e4a2ded2c09.tar.gz gsoc2013-evolution-fd32203109458d90f7d5553828675e4a2ded2c09.tar.zst gsoc2013-evolution-fd32203109458d90f7d5553828675e4a2ded2c09.zip |
Fix a typo build break
svn path=/trunk/; revision=34115
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r-- | mail/em-format-html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c index c00ab3a496..47c62e4c23 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. * - */Signature exists, but need public key + */ #ifdef HAVE_CONFIG_H #include <config.h> |