Fixed compiler error due to missing )

This commit is contained in:
Davis King 2014-01-01 13:59:58 -05:00
parent 14334b2791
commit b5038f7803
1 changed files with 2 additions and 1 deletions

View File

@ -1323,7 +1323,8 @@ namespace dlib
"\t void extract_image_chips()"
<< "\n\t Invalid inputs were given to this function."
<< "\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