summaryrefslogtreecommitdiff
path: root/pith/editorial.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/editorial.c')
-rw-r--r--pith/editorial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pith/editorial.c b/pith/editorial.c
index a93051b8..e841e371 100644
--- a/pith/editorial.c
+++ b/pith/editorial.c
@@ -48,9 +48,9 @@ typedef struct _editorial_s {
char *
-format_editorial(char *s, int width, int flags, HANDLE_S **handlesp, gf_io_t pc)
+format_editorial(char *s, int width, int flags, HANDLE_S **handlesp, gf_o_t pc)
{
- gf_io_t gc;
+ gf_i_t gc;
int *margin;
EDITORIAL_S es;
URL_HILITE_S uh;