diff options
author | Henry Stiles <henry.stiles@artifex.com> | 1998-08-22 21:21:36 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 1998-08-22 21:21:36 +0000 |
commit | 2e4f92ba231ce324c47f3c924585cc8c8cff229b (patch) | |
tree | e271d988b100be6fb354b6880cb018c6b5be11bf /gs/src/gdevpdfi.c | |
parent | 8ef783ae15b486e9a5ee9c846a21f4f89f925b1e (diff) | |
download | ghostpdl-2e4f92ba231ce324c47f3c924585cc8c8cff229b.tar.gz |
filters out the id string.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@321 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'gs/src/gdevpdfi.c')
-rw-r--r-- | gs/src/gdevpdfi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/src/gdevpdfi.c b/gs/src/gdevpdfi.c index 0938ed32f..cb8d377e5 100644 --- a/gs/src/gdevpdfi.c +++ b/gs/src/gdevpdfi.c @@ -16,7 +16,7 @@ all copies. */ -/*$Id$ */ + /* Image handling for PDF-writing driver */ #include "math_.h" #include "memory_.h" |