From ccc7dbaf49012e66a2c1b344df20c8aa51c502dc Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 23 Sep 2002 22:09:29 +0000 Subject: Fix non-ANSI switch statement. * mail-signature-editor.c (exit_dialog_cb): Fix non-ANSI switch statement. * mail-account-gui.c (mail_account_gui_auto_detect_extra_conf): Likewise. * mail-composer-prefs.c (spell_load_values): add some dummy typedefs to avoid empty macro arguments, which have undefined behavior. * mail-importer.c: #include for OS X svn path=/trunk/; revision=18186 --- mail/mail-signature-editor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail-signature-editor.c') diff --git a/mail/mail-signature-editor.c b/mail/mail-signature-editor.c index 36e65e985d..dae3e6934d 100644 --- a/mail/mail-signature-editor.c +++ b/mail/mail-signature-editor.c @@ -157,6 +157,7 @@ exit_dialog_cb (int reply, ESignatureEditor *editor) break; case REPLY_CANCEL: default: + break; } } -- cgit v1.2.3