summaryrefslogtreecommitdiff
path: root/libsylph/prefs_account.c
diff options
context:
space:
mode:
authorSimeon Simeonov2018-03-01 00:00:14 +0100
committerSimeon Simeonov2018-03-01 00:00:14 +0100
commit2fc50ff5c237478749577a3446c536b11d055af3 (patch)
tree2b2e33b0ef991b4dd56b861d87349e0ccd6048e4 /libsylph/prefs_account.c
parent8de2d887916cbdd3c2d756e77116585babd026f2 (diff)
Tabify...
Diffstat (limited to 'libsylph/prefs_account.c')
-rw-r--r--libsylph/prefs_account.c2
1 files changed, 1 insertions, 1 deletions
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)
218 g_free(rcpath); 218 g_free(rcpath);
219 219
220 *ac_prefs = tmp_ac_prefs; 220 *ac_prefs = tmp_ac_prefs;
221 ac_prefs->master_password = NULL; 221 ac_prefs->master_password = NULL;
222 while (*p && !g_ascii_isdigit(*p)) p++; 222 while (*p && !g_ascii_isdigit(*p)) p++;
223 id = atoi(p); 223 id = atoi(p);
224 if (id < 0) g_warning("wrong account id: %d\n", id); 224 if (id < 0) g_warning("wrong account id: %d\n", id);