summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2017-02-04 10:42:00 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-05 11:59:47 -0800
commit11dcae436eed5c684077b5a5e2b20d73fbebcca9 (patch)
treead6b368d69ef01e9645bed674003f3fffc14b304 /core
parentd4dbd0bee78702116cbf389721cff17bfe52dbc2 (diff)
downloadsubsurface-11dcae436eed5c684077b5a5e2b20d73fbebcca9.tar.gz
MOBILE: Read profile settings from git
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/subsurfacestartup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c
index f240d139c..500e91857 100644
--- a/core/subsurfacestartup.c
+++ b/core/subsurfacestartup.c
@@ -7,7 +7,7 @@
#include "git-access.h"
#include "libdivecomputer/version.h"
-struct preferences prefs, informational_prefs;
+struct preferences prefs, informational_prefs, git_prefs;
struct preferences default_prefs = {
.cloud_base_url = "https://cloud.subsurface-divelog.org/",
#if defined(SUBSURFACE_MOBILE)