[util] Minor followup to https://github.com/harfbuzz/harfbuzz/pull/3083
This commit is contained in:
parent
0ded6a70c8
commit
5dae8297bb
|
@ -548,7 +548,7 @@ struct text_options_t : option_group_t
|
||||||
"Only one of text and text-file can be set");
|
"Only one of text and text-file can be set");
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *get_line (unsigned int *len, char eol);
|
const char *get_line (unsigned int *len, char eol = '\n');
|
||||||
|
|
||||||
char *text_before;
|
char *text_before;
|
||||||
char *text_after;
|
char *text_after;
|
||||||
|
|
Loading…
Reference in New Issue