Skip to content

Commit 41ff30c

Browse files
committed
Improve an error message.
1 parent 7a69145 commit 41ff30c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/core/codestream/ojph_codestream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ namespace ojph {
608608

609609
if (total_tiles != 1 && total_tiles != 4)
610610
OJPH_ERROR(0x000300BB,
611-
"The broadcast profile can only have one or 4 tiles");
611+
"The broadcast profile can only have 1 or 4 tiles");
612612
}
613613

614614
//////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)