diff options
Diffstat (limited to 'addressbook/tools')
-rw-r--r-- | addressbook/tools/evolution-addressbook-export-list-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/tools/evolution-addressbook-export-list-cards.c b/addressbook/tools/evolution-addressbook-export-list-cards.c index f09d481f46..6e8d18e89f 100644 --- a/addressbook/tools/evolution-addressbook-export-list-cards.c +++ b/addressbook/tools/evolution-addressbook-export-list-cards.c @@ -728,7 +728,7 @@ action_list_cards (GList *contacts, ActionContext * p_actctx) #ifdef G_OS_WIN32 /* On Unix the parent exits already in * fork_to_background(), but without fork() exit only - * after doing the job. XXX Is this correct? + * after doing the job. XXX Is this correct? */ if (IsFirstOne == FALSE) _exit (-1); |