diff options
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/em-utils.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8941a49d22..73a7c48244 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,10 @@ 2008-04-29 Milan Crha <mcrha@redhat.com> + * em-utils.c: (em_utils_snoop_type): + Fixes compiler warning (unused variable). + +2008-04-29 Milan Crha <mcrha@redhat.com> + ** Fix for bug #511337 * em-format-html.h: (EMFormatHTMLState), (struct _EMFormatHTML): diff --git a/mail/em-utils.c b/mail/em-utils.c index 5efa38a9cc..7258581aa3 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -2240,7 +2240,6 @@ em_utils_snoop_type(CamelMimePart *part) * that instead and if it returns "application/octet-stream" * try to do better with the filename check. */ - CamelStream *mem; if (magic_type) { if (name_type |