summaryrefslogtreecommitdiff
path: root/boilerplate/cairo-boilerplate-pdf.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-11-03 13:10:42 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-11-03 14:24:39 +0000
commitb3462c5616ae24fd391ad0872d2fbb98c6cd0c92 (patch)
tree167e37226e77f2921155a962dd1ac4320a27e1b0 /boilerplate/cairo-boilerplate-pdf.c
parent34586860ef08e6aab988ba227997dfe376f9d319 (diff)
downloadcairo-b3462c5616ae24fd391ad0872d2fbb98c6cd0c92.tar.gz
[test] Convert a few residual '-out.*'
Catch a few -out.* hiding in boilerplate.
Diffstat (limited to 'boilerplate/cairo-boilerplate-pdf.c')
-rw-r--r--boilerplate/cairo-boilerplate-pdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boilerplate/cairo-boilerplate-pdf.c b/boilerplate/cairo-boilerplate-pdf.c
index 700023858..7e5e16244 100644
--- a/boilerplate/cairo-boilerplate-pdf.c
+++ b/boilerplate/cairo-boilerplate-pdf.c
@@ -72,7 +72,7 @@ _cairo_boilerplate_pdf_create_surface (const char *name,
ptc->width = width;
ptc->height = height;
- xasprintf (&ptc->filename, "%s-out.pdf", name);
+ xasprintf (&ptc->filename, "%s.out.pdf", name);
xunlink (ptc->filename);
surface = cairo_pdf_surface_create (ptc->filename, width, height);