aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-component.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-component.c')
-rw-r--r--mail/mail-component.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-component.c b/mail/mail-component.c
index 383e8d5c5c..3cb63c7e68 100644
--- a/mail/mail-component.c
+++ b/mail/mail-component.c
@@ -1052,7 +1052,7 @@ setline_done(CamelStore *store, void *data)
sd->pending--;
if (sd->pending == 0) {
- CORBA_Environment ev = { 0 };
+ CORBA_Environment ev = { NULL };
GNOME_Evolution_Listener_complete(sd->listener, &ev);
CORBA_exception_free(&ev);