summaryrefslogtreecommitdiffstats
path: root/qt-models
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-29 10:48:20 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-29 10:49:23 -0700
commit9bea9fcdb701bfd3bb21ed850248e09bb9127b68 (patch)
tree4ad52a23540e7b0b6d495c824595cfe7e6d40326 /qt-models
parentdd3edb0dcd4d4e3bc00ad66c2042a30b8f4a8940 (diff)
downloadsubsurface-9bea9fcdb701bfd3bb21ed850248e09bb9127b68.tar.gz
Fix typo
Don't manually edit diffs and then commit without compile test... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models')
-rw-r--r--qt-models/diveimportedmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/diveimportedmodel.cpp b/qt-models/diveimportedmodel.cpp
index c3f58cc73..be25d6a2a 100644
--- a/qt-models/diveimportedmodel.cpp
+++ b/qt-models/diveimportedmodel.cpp
@@ -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;
}