From 2fc50ff5c237478749577a3446c536b11d055af3 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 1 Mar 2018 00:00:14 +0100 Subject: Tabify... --- libsylph/prefs_account.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsylph/prefs_account.c') diff --git a/libsylph/prefs_account.c b/libsylph/prefs_account.c index a16ba3d..07605fb 100644 --- a/libsylph/prefs_account.c +++ b/libsylph/prefs_account.c @@ -218,7 +218,7 @@ void prefs_account_read_config(PrefsAccount *ac_prefs, const gchar *label) g_free(rcpath); *ac_prefs = tmp_ac_prefs; - ac_prefs->master_password = NULL; + ac_prefs->master_password = NULL; while (*p && !g_ascii_isdigit(*p)) p++; id = atoi(p); if (id < 0) g_warning("wrong account id: %d\n", id); -- cgit v1.3