diff options
author | Ray Johnston <ray.johnston@artifex.com> | 2007-04-28 21:55:23 +0000 |
---|---|---|
committer | Ray Johnston <ray.johnston@artifex.com> | 2007-04-28 21:55:23 +0000 |
commit | a64007c07f8ad0d5c213348e4dfdb192c0fbf379 (patch) | |
tree | 97d6c82b4c6fd3dc3faa588e583679b40d22b246 /gs/src/gdevwts.c | |
parent | bd651168c1aece93a64ee2fbeaa6d470d275ab89 (diff) |
Add missing comment (brief description line).
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@7885 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/src/gdevwts.c')
-rw-r--r-- | gs/src/gdevwts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/src/gdevwts.c b/gs/src/gdevwts.c index a4560e9b9..081f33a97 100644 --- a/gs/src/gdevwts.c +++ b/gs/src/gdevwts.c @@ -15,7 +15,7 @@ */
/* $Id: gdevwts.c 6300 2005-12-28 19:56:24Z giles $ */
-
+/* ALPHA: Sample Device that provides WTS screening and IMDI color management */
/* TODO: this should be configurable */
#define LINK_ICC_NAME "../../link.icc"
|