mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Misc. modules/ cont. pt2
Found via `codespell`
This commit is contained in:
@@ -205,7 +205,7 @@ int RGBE_ReadHeader(FILE *fp, int *width, int *height, rgbe_header_info *info)
|
||||
return rgbe_error(rgbe_read_error,NULL);
|
||||
if (buf[0] == '\n') // end of the header
|
||||
break;
|
||||
else if (buf[0] == '#') // commment
|
||||
else if (buf[0] == '#') // comment
|
||||
continue;
|
||||
else if (strcmp(buf,"FORMAT=32-bit_rle_rgbe\n") == 0)
|
||||
hasFormat = true;
|
||||
|
||||
Reference in New Issue
Block a user