aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/device.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/device.cpp')
-rw-r--r--host/lib/device.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/device.cpp b/host/lib/device.cpp
index 3e84d5bea..ff4bbc212 100644
--- a/host/lib/device.cpp
+++ b/host/lib/device.cpp
@@ -50,7 +50,7 @@ static size_t hash_device_addr(
if(dev_addr.has_key("resource")) {
boost::hash_combine(hash, "resource");
- boost::hash_combine(hash, dev_addr["resource"]);
+ boost::hash_combine(hash, dev_addr["resource"]);
}
else {
BOOST_FOREACH(const std::string &key, uhd::sorted(dev_addr.keys())){