Skip to content
Snippets Groups Projects
Commit e76bd52a authored by Amir Mohammadi's avatar Amir Mohammadi
Browse files

use TRUE instead of true (#8)

parent c3e75519
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,7 @@ static void im_save (const std::string& filename, const bob::io::base::array::in
jpeg_set_quality(&cinfo, s_jpeg_quality, TRUE);
// 4.
jpeg_start_compress(&cinfo, true);
jpeg_start_compress(&cinfo, TRUE);
// Writes content
if(info.dtype == bob::io::base::array::t_uint8) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment