summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorAzar@.(none) <Azar@.(none)>2008-02-01 18:45:59 -0800
committerBehdad Esfahbod <behdad@behdad.org>2008-02-06 21:45:24 -0500
commit95db215cc15d228fcb38bc43d2d918fccec0a9cd (patch)
tree6a9bc2002216a279331df421d0267e0e2dcac1e3 /perf/cairo-perf.h
parent7800cfd7de347bb8c54fc36ed886018a2d9ec503 (diff)
downloadcairo-95db215cc15d228fcb38bc43d2d918fccec0a9cd.tar.gz
Some fixes and improvements to the Win32 build
Diffstat (limited to 'perf/cairo-perf.h')
-rw-r--r--perf/cairo-perf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h
index bb38b7f7a..1ada06d5b 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -90,7 +90,7 @@ cairo_perf_cover_sources_and_operators (cairo_perf_t *perf,
const char *name,
cairo_perf_func_t perf_func);
-#define CAIRO_PERF_DECL(func) void (func) (cairo_perf_t *perf, cairo_t *cr, int width, int height);
+#define CAIRO_PERF_DECL(func) void (func) (cairo_perf_t *perf, cairo_t *cr, int width, int height)
CAIRO_PERF_DECL (fill);
CAIRO_PERF_DECL (paint);