From 5dae8297bbb868e57557a22bd9c56514bb8dd00d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 28 Jul 2021 11:35:40 -0600 Subject: [PATCH] [util] Minor followup to https://github.com/harfbuzz/harfbuzz/pull/3083 --- util/options.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/options.hh b/util/options.hh index 846137297..eef0bb959 100644 --- a/util/options.hh +++ b/util/options.hh @@ -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;