aboutsummaryrefslogtreecommitdiff
path: root/src/lineacc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lineacc.c')
-rw-r--r--src/lineacc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lineacc.c b/src/lineacc.c
index f1d6862..c5b4759 100644
--- a/src/lineacc.c
+++ b/src/lineacc.c
@@ -61,8 +61,8 @@ grecs_line_acc_grow(const char *text, size_t len)
/* Same, but unescapes the last character from text */
void
-grecs_line_acc_grow_unescape_last(char *text, size_t len,
- grecs_locus_t const *loc)
+grecs_line_acc_grow_unescape_last(char *text, size_t len,
+ grecs_locus_t const *loc)
{
grecs_txtacc_grow(line_acc, text, len - 2);
if (grecs_line_acc_grow_char_unescape(text[len - 1]) && loc)

Return to:

Send suggestions and report system problems to the System administrator.