diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/divecomputer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/divecomputer.cpp b/core/divecomputer.cpp index f97d5e27c..9dfe5a373 100644 --- a/core/divecomputer.cpp +++ b/core/divecomputer.cpp @@ -117,8 +117,8 @@ extern "C" void call_for_each_dc (void *f, void (*callback)(void *, const char * found = true; } if (found) - callback(f, qPrintable(node.model), node.deviceId, qPrintable(node.nickName), - qPrintable(node.serialNumber), qPrintable(node.firmware)); + callback(f, qPrintable(node.model), node.deviceId, qPrintable(node.nickName), + qPrintable(node.serialNumber), qPrintable(node.firmware)); } } |