diff options
Diffstat (limited to 'gs/base/gsmemlok.h')
-rw-r--r-- | gs/base/gsmemlok.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gs/base/gsmemlok.h b/gs/base/gsmemlok.h index 7cd610d56..287341b8b 100644 --- a/gs/base/gsmemlok.h +++ b/gs/base/gsmemlok.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. @@ -38,9 +38,9 @@ typedef struct gs_memory_locked_s { /* Initialize a locked memory manager. */ int gs_memory_locked_init( - gs_memory_locked_t * lmem, /* allocator to init */ - gs_memory_t * target /* allocator to monitor lock */ - ); + gs_memory_locked_t * lmem, /* allocator to init */ + gs_memory_t * target /* allocator to monitor lock */ + ); /* Release a locked memory manager. */ /* Note that this has no effect on the target. */ |