summaryrefslogtreecommitdiff
path: root/tree/path.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-12-02 13:56:12 +0100
committerTor Andersson <tor@ghostscript.com>2004-12-02 13:56:12 +0100
commit1dfbba0a2142c0786714c1d476fc2736044a02ac (patch)
tree6f07352c4919407aff150d9cb89e2d7415e7f392 /tree/path.c
parent5c335f9337724f61c14af143b18f0891c58dbacd (diff)
downloadmupdf-1dfbba0a2142c0786714c1d476fc2736044a02ac.tar.xz
text fill then clip render mode
Diffstat (limited to 'tree/path.c')
-rw-r--r--tree/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree/path.c b/tree/path.c
index ac070025..b623d25c 100644
--- a/tree/path.c
+++ b/tree/path.c
@@ -25,7 +25,7 @@ fz_newpathnode(fz_pathnode **pathp)
}
fz_error *
-fz_clonepath(fz_pathnode **pathp, fz_pathnode *oldpath)
+fz_clonepathnode(fz_pathnode **pathp, fz_pathnode *oldpath)
{
fz_pathnode *path;