summaryrefslogtreecommitdiff
path: root/documentation/drawing.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/drawing.html')
-rw-r--r--documentation/drawing.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/drawing.html b/documentation/drawing.html
index d8be83f6c..a867dc7bc 100644
--- a/documentation/drawing.html
+++ b/documentation/drawing.html
@@ -858,8 +858,7 @@ image, and this area is left unchanged.
<H4>void draw(int x, int y)</H4>
<P>Draws the image with the upper-left corner at <TT>x,y</TT>.
-This is the same as doing
-<TT>draw(x,y,img->w(),img->h(),0,0)</TT>.
+This is the same as doing <TT>draw(x,y,img->w(),img->h(),0,0)</TT>.
</BODY>
</HTML>