Skip to content

Commit e15ddf7

Browse files
authored
Update jpegr.cpp: fixed a typo
1 parent bdfdef4 commit e15ddf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/jpegr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@ uhdr_error_info_t JpegR::extractPrimaryImageAndGainMap(uhdr_compressed_image_t*
17391739
uhdr_error_info_t status;
17401740
status.error_code = UHDR_CODEC_INVALID_PARAM;
17411741
status.has_detail = 1;
1742-
snprintf(status.detail, sizeof status.detail, "input uhdr image does not any valid images");
1742+
snprintf(status.detail, sizeof status.detail, "input uhdr image does not contain any valid images");
17431743
return status;
17441744
}
17451745

0 commit comments

Comments
 (0)