diff options
Diffstat (limited to 'core/btdiscovery.cpp')
-rw-r--r-- | core/btdiscovery.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp index 394a90757..b3aab4fb4 100644 --- a/core/btdiscovery.cpp +++ b/core/btdiscovery.cpp @@ -47,9 +47,9 @@ static dc_descriptor_t *getDeviceType(QString btName) } if (!vendor.isEmpty() && !product.isEmpty()) - return(descriptorLookup.value(vendor + product)); + return descriptorLookup.value(vendor + product); - return(NULL); + return NULL; } BTDiscovery::BTDiscovery(QObject *parent) : m_btValid(false), |