diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ struct preferences prefs; struct preferences default_prefs = { .units = SI_UNITS, + .unit_system = METRIC, .visible_cols = { TRUE, FALSE, }, .pp_graphs = { .po2 = FALSE, |