Insert the trailing space of signature separator as " "
[modest] / src / modest-main.c
index 31469d7..a74f619 100644 (file)
@@ -143,7 +143,7 @@ main (int argc, char *argv[])
        MainSignalHandlers *handlers;
        ModestTnyAccountStore *acc_store;
 
-       GError *error;
+       GError *error = NULL;
        GOptionContext *context;
 
        ModestWindowMgr *mgr;
@@ -188,7 +188,6 @@ main (int argc, char *argv[])
                goto cleanup;
        }
 
-
        /* Create the account store & launch send queues */
        acc_store = modest_runtime_get_account_store ();
        modest_tny_account_store_start_send_queues (acc_store);