Don't manually edit diffs and then commit without compile test...

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-05-29 10:48:20 -07:00
parent dd3edb0dcd
commit 9bea9fcdb7

View file

@ -157,7 +157,7 @@ void DiveImportedModel::recordDives()
} else {
// we should free the dives that weren't recorded
clear_dive(d);
free(d)
free(d);
}
diveTable->dives[i] = NULL;
}