mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 05:06:21 +00:00
Merge pull request #1073 from kaffeekanne/fix-indention-time-config
Fix indentation time confing
This commit is contained in:
@@ -1287,9 +1287,9 @@ cons_time_setting(void)
|
||||
|
||||
char *pref_time_conf = prefs_get_string(PREF_TIME_CONFIG);
|
||||
if (g_strcmp0(pref_time_conf, "off") == 0)
|
||||
cons_show("Time config (/time) : OFF");
|
||||
cons_show("Time config (/time) : OFF");
|
||||
else
|
||||
cons_show("Time config (/time) : %s", pref_time_conf);
|
||||
cons_show("Time config (/time) : %s", pref_time_conf);
|
||||
prefs_free_string(pref_time_conf);
|
||||
|
||||
char *pref_time_private = prefs_get_string(PREF_TIME_PRIVATE);
|
||||
|
||||
Reference in New Issue
Block a user