Make file utf8 valid input.

liboffloadmic/ChangeLog:

	* include/coi/source/COIBuffer_source.h: Convert 2 chars to
	unicode.
This commit is contained in:
Martin Liska 2021-10-19 16:12:42 +02:00
parent 93bd021388
commit 7ef0cc4444
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ typedef struct arr_desc
{
int64_t base; // Base address
int64_t rank; // Rank of array, i.e. number of dimensions
dim_desc dim[3]; // This array has as many elements as “rank”
dim_desc dim[3]; // This array has as many elements as 'rank'
// currently limited to 3.
} arr_desc;