aboutsummaryrefslogtreecommitdiff
path: root/src/wydawca.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wydawca.h')
-rw-r--r--src/wydawca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wydawca.h b/src/wydawca.h
index ef1ff86..2307bad 100644
--- a/src/wydawca.h
+++ b/src/wydawca.h
@@ -564,7 +564,7 @@ void txtacc_grow (struct txtacc *acc, const char *buf, size_t size);
564 do \ 564 do \
565 { \ 565 { \
566 char __ch = c; \ 566 char __ch = c; \
567 txtacc_grow (acc, &__ch, 1); \ 567 txtacc_grow (acc, &__ch, 1); \
568 } \ 568 } \
569 while (0) 569 while (0)
570char *txtacc_finish (struct txtacc *acc); 570char *txtacc_finish (struct txtacc *acc, int steal);

Return to:

Send suggestions and report system problems to the System administrator.