diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-07-11 14:35:57 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-07-11 14:35:57 +0200 |
commit | 92c206d6adc86ae645d54612b20e3de2df6afc45 (patch) | |
tree | 65257b72a99c5d2913fae9bfe930d7387f23d4b2 /draw | |
parent | f387dd1ec51d53b9439ef91894e56a4a163384d7 (diff) | |
download | mupdf-92c206d6adc86ae645d54612b20e3de2df6afc45.tar.xz |
Fix typo.
Diffstat (limited to 'draw')
-rw-r--r-- | draw/pathscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/pathscan.c b/draw/pathscan.c index 5833ed59..86b9d037 100644 --- a/draw/pathscan.c +++ b/draw/pathscan.c @@ -220,7 +220,7 @@ fz_insertgel(fz_gel *gel, float fx0, float fy0, float fx1, float fy1) } if (d == LEAVE) { fz_insertgelraw(gel, gel->clip.x1, v, gel->clip.x1, y1); - x1 = gel->clip.x0; + x1 = gel->clip.x1; y1 = v; } if (d == ENTER) { |