Minor update: one enum was not displayed correctly.

This commit is contained in:
Laurent Rineau 2008-01-28 13:29:18 +00:00
parent 03b9104da6
commit ac8ca3e364
1 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,10 @@ int main(int argc, char** argv)
<< "\nimage format" << "\nimage format"
<< "\n " << image->imageFormat->realName << "\n " << image->imageFormat->realName
<< " (extension list: " << image->imageFormat->fileExtension << ")" << " (extension list: " << image->imageFormat->fileExtension << ")"
<< "\nvectors interlaced or not (internal code)" << "\nvectors interlaced or not ("
<< SHOWENUM(VM_INTERLACED) << ", "
<< SHOWENUM(VM_NON_INTERLACED) << ", "
<< SHOWENUM(VM_SCALAR) << ")"
<< SHOW(vectMode) << SHOW(vectMode)
<< "\nword kind (" << "\nword kind ("
<< SHOWENUM(WK_FIXED) << ", " << SHOWENUM(WK_FIXED) << ", "