This commit is contained in:
Behdad Esfahbod 2021-07-28 11:35:40 -06:00
parent 0ded6a70c8
commit 5dae8297bb
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ struct text_options_t : option_group_t
"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_after;