Fix missing remainder of line.
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
#ifdef HAVE_OPENNI
|
#ifdef HAVE_OPENNI
|
||||||
|
|
||||||
#if TBB_INTERFACE_VERSION < 5000
|
#if defined TBB_INTERFACE_VERSION && TBB_INTERFACE_VERSION < 5000
|
||||||
# undef HAVE_TBB
|
# undef HAVE_TBB
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -578,7 +578,7 @@ CvCapture_OpenNI::CvCapture_OpenNI( int index )
|
|||||||
for( int i = 0; i < index && it!=devicesList.End(); ++i ) it++;
|
for( int i = 0; i < index && it!=devicesList.End(); ++i ) it++;
|
||||||
if ( it == devicesList.End() )
|
if ( it == devicesList.End() )
|
||||||
{
|
{
|
||||||
std::cerr << "CvCapture_OpenNI::CvCapture_OpenNI : Faile
|
std::cerr << "CvCapture_OpenNI::CvCapture_OpenNI : Failed device with index " << index << std::endl;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user