Fix non-ANSI switch statement

* e-msg-composer.c (save): Fix non-ANSI switch statement

svn path=/trunk/; revision=18159
This commit is contained in:
Dan Winship
2002-09-23 01:36:56 +00:00
parent d6d2ed38f2
commit eda4e47a7d
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-09-22 Dan Winship <danw@ximian.com>
* e-msg-composer.c (save): Fix non-ANSI switch statement
2002-09-19 Radek Doulik <rodo@ximian.com>
* e-msg-composer.c (signature_cb): allow to select last 2 menu

View File

@ -1168,6 +1168,7 @@ save (EMsgComposer *composer, const char *file_name)
return;
default:
/* ie, the user hit "Yes" so just continue as normal */
break;
}
} else
close (fd);