Commit b5038f78 authored by Davis King's avatar Davis King

Fixed compiler error due to missing )

parent 14334b27
...@@ -1323,7 +1323,8 @@ namespace dlib ...@@ -1323,7 +1323,8 @@ namespace dlib
"\t void extract_image_chips()" "\t void extract_image_chips()"
<< "\n\t Invalid inputs were given to this function." << "\n\t Invalid inputs were given to this function."
<< "\n\t chip_locations["<<i<<"].size: " << chip_locations[i].size << "\n\t chip_locations["<<i<<"].size: " << chip_locations[i].size
<< "\n\t chip_locations["<<i<<"].rect.is_empty(): " << chip_locations[i].rect.is_empty() << "\n\t chip_locations["<<i<<"].rect.is_empty(): " << chip_locations[i].rect.is_empty()
);
} }
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment