This commit is contained in:
redPanther 2016-09-14 17:28:03 +02:00 committed by GitHub
parent 1cc2f72fa2
commit 30a667c610

View File

@ -526,7 +526,7 @@ LinearColorSmoothing * Hyperion::createColorSmoothing(const Json::Value & smooth
device->setEnable(smoothingConfig.get("enable", true).asBool());
InfoIf(!device->enabled(), log,"Smoothing disabled");
assert(device == nullptr);
assert(device != nullptr);
return device;
}