[cairo-commit] perf/cairo-perf.c
Chris Wilson
ickle at kemper.freedesktop.org
Wed Apr 18 06:24:16 PDT 2007
perf/cairo-perf.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree a396e0b05731db3acbf1e8d82ab77592b697e417 (from 383e9d5368706168498a87d1b7f023f2b59c2f92)
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Wed Apr 18 14:24:10 2007 +0100
cairo-perf - add the missing newline.
Oops, missed out the newline for the fprintf in the previous commit.
diff --git a/perf/cairo-perf.c b/perf/cairo-perf.c
index 19c9935..52e3405 100644
--- a/perf/cairo-perf.c
+++ b/perf/cairo-perf.c
@@ -347,7 +347,7 @@ main (int argc, char *argv[])
&target->closure);
if (surface == NULL) {
fprintf (stderr,
- "Error: Failed to create target surface: %s",
+ "Error: Failed to create target surface: %s\n",
target->name);
exit (1);
}
More information about the cairo-commit
mailing list