diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2010-07-30 17:06:59 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2010-07-30 17:06:59 +0000 |
commit | 415aa2d55e7916e8ffc1896e6a7ac26d257a85a6 (patch) | |
tree | db96f4c4a8da7ff259f76285fb25e540e695e819 /gs/contrib | |
parent | c734f9431f4b5a4080643a6a8d0a639f61cd7361 (diff) |
rollback to revision 11564, 11565 broke the build
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11572 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/contrib')
-rw-r--r-- | gs/contrib/gdevbjc_.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/contrib/gdevbjc_.h b/gs/contrib/gdevbjc_.h index 5ad3f7514..d61a94a5d 100644 --- a/gs/contrib/gdevbjc_.h +++ b/gs/contrib/gdevbjc_.h @@ -140,7 +140,7 @@ typedef struct gx_device_bjc_printer_s gx_device_bjc_printer; { (int) 255, /* White paper */ \ (int) 255, /* */ \ (int) 255 } /* */ \ -} +}; #define bjc_device(procs, dname, w10, h10, xdpi, ydpi, lm, bm, rm, tm, ncomp, depth, mg, mc, dg, dc, print_page, def_ink)\ |