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

@ -1324,6 +1324,7 @@ namespace dlib
<< "\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()
);
}
#endif