diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-05-29 10:48:20 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-05-29 10:49:23 -0700 |
commit | 9bea9fcdb701bfd3bb21ed850248e09bb9127b68 (patch) | |
tree | 4ad52a23540e7b0b6d495c824595cfe7e6d40326 /qt-models/diveimportedmodel.cpp | |
parent | dd3edb0dcd4d4e3bc00ad66c2042a30b8f4a8940 (diff) | |
download | subsurface-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/diveimportedmodel.cpp')
-rw-r--r-- | qt-models/diveimportedmodel.cpp | 2 |
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; } |