summaryrefslogtreecommitdiff
path: root/gs/src
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@artifex.com>1999-12-14 15:54:27 +0000
committerRay Johnston <ray.johnston@artifex.com>1999-12-14 15:54:27 +0000
commitbde4474dc37042239ceddb9a09ce5317f1f05e88 (patch)
treeb4bd2f4a81b03ceeb9c532c331ddc8de3a410e24 /gs/src
parentf86f7c45f734b035ebc71ab1587b5a6ca24cf11e (diff)
Correct typo in file -- was op_show_contioe_pop
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1058 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'gs/src')
-rw-r--r--gs/src/zchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/src/zchar.c b/gs/src/zchar.c
index 478cdad5a..0aedece1e 100644
--- a/gs/src/zchar.c
+++ b/gs/src/zchar.c
@@ -49,7 +49,7 @@ zshow(i_ctx_t *i_ctx_p)
ifree_object(penum, "op_show_enum_setup");
return code;
}
- return op_show_contioue_pop(i_ctx_p, 1);
+ return op_show_continue_pop(i_ctx_p, 1);
}
/* <ax> <ay> <string> ashow - */