Skip to content

Commit

Permalink
Improve an error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
aous72 committed Feb 2, 2020
1 parent 7a69145 commit 41ff30c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/core/codestream/ojph_codestream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ namespace ojph {

if (total_tiles != 1 && total_tiles != 4)
OJPH_ERROR(0x000300BB,
"The broadcast profile can only have one or 4 tiles");
"The broadcast profile can only have 1 or 4 tiles");
}

//////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 41ff30c

Please sign in to comment.