summaryrefslogtreecommitdiff
path: root/src/devices/grolbp
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-02-18 08:05:13 +0000
committerwlemb <wlemb>2004-02-18 08:05:13 +0000
commit2b8c8bc50f860079bace7a1f1b32bc0c07445a99 (patch)
tree6b652d15304671dac076d5a9d20fec50aa9ac6f3 /src/devices/grolbp
parent50e8dc1681ac76a3d8dd0348f30eb1aa9518fa35 (diff)
downloadgroff-2b8c8bc50f860079bace7a1f1b32bc0c07445a99.tar.gz
* src/devices/grolbp/lbp.h (vmdvarc): Fix formatting string.
Diffstat (limited to 'src/devices/grolbp')
-rw-r--r--src/devices/grolbp/lbp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/grolbp/lbp.h b/src/devices/grolbp/lbp.h
index e669ff2a..6bb8f48e 100644
--- a/src/devices/grolbp/lbp.h
+++ b/src/devices/grolbp/lbp.h
@@ -1,5 +1,5 @@
// -*- C -*-
-/* Copyright (C) 1994, 2000, 2001, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
Written by Francisco Andrés Verdú <pandres@dragonet.es>
groff is free software; you can redistribute it and/or modify it under
@@ -228,7 +228,7 @@ vdmvarc(int centerx, int centery,int radius, int startx, int starty, int endx, i
{
char x[4],y[4],rad[4],stx[4],sty[4],enx[4],eny[4],styl[4],op[4];
- vdmprintf("}6%s%s%s%s%s%s%s%s\x1e",vdmnum(arcopen,op),\
+ vdmprintf("}6%s%s%s%s%s%s%s%s%s\x1e",vdmnum(arcopen,op),\
vdmnum(centerx,x),vdmnum(centery,y),\
vdmnum(radius,rad),vdmnum(startx,stx),vdmnum(starty,sty),\
vdmnum(endx,enx),vdmnum(endy,eny),vdmnum(style,styl));