diff options
Diffstat (limited to 'gs/psi/zrop.c')
-rw-r--r-- | gs/psi/zrop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gs/psi/zrop.c b/gs/psi/zrop.c index 55bb6bd87..082fb4d38 100644 --- a/gs/psi/zrop.c +++ b/gs/psi/zrop.c @@ -1,6 +1,6 @@ /* Copyright (C) 2001-2006 Artifex Software, Inc. All Rights Reserved. - + This software is provided AS-IS with no warranty, either express or implied. @@ -33,7 +33,7 @@ zsetrasterop(i_ctx_t *i_ctx_p) int code = int_param(op, 0xff, ¶m); if (code < 0) - return code; + return code; gs_setrasterop(igs, (gs_rop3_t)param); pop(1); return 0; |