aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/load-git.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/load-git.c b/core/load-git.c
index a372d1186..9e5924ea1 100644
--- a/core/load-git.c
+++ b/core/load-git.c
@@ -771,8 +771,8 @@ static int get_divemode(const char *divemodestring) {
*/
struct parse_event {
const char *name;
- struct event ev;
int has_divemode;
+ struct event ev;
};
static void parse_event_keyvalue(void *_parse, const char *key, const char *value)