diff options
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/em-format-html.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index cf6f0a76e9..bea7586ea8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2007-08-27 Srinivasa Ragavan <sragavan@novell.com> + + * em-format-html.c: Fix a typo build break. + 2007-08-27 Johnny Jacob <jjohnny@novell.com> ** Fix for #467635. 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> |