summaryrefslogtreecommitdiff
path: root/gs/psi/btoken.h
diff options
context:
space:
mode:
Diffstat (limited to 'gs/psi/btoken.h')
-rw-r--r--gs/psi/btoken.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gs/psi/btoken.h b/gs/psi/btoken.h
index 53d48a445..af704918e 100644
--- a/gs/psi/btoken.h
+++ b/gs/psi/btoken.h
@@ -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.
@@ -27,11 +27,11 @@
/* Create a system or user name table (in the stable memory of mem). */
int create_names_array(ref **ppnames, gs_memory_t *mem,
- client_name_t cname); /* in zbseq.c */
+ client_name_t cname); /* in zbseq.c */
/* Convert an object to its representation in a binary object sequence. */
int encode_binary_token(i_ctx_t *i_ctx_p, const ref *obj, int *ref_offset,
- int *char_offset, byte *str); /* in iscanbin.c */
+ int *char_offset, byte *str); /* in iscanbin.c */
/* Define the current binary object format for operators. */
/* This is a ref so that it can be managed properly by save/restore. */