summaryrefslogtreecommitdiff
path: root/test/imagediff.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-04-07 11:18:40 +0000
committerCarl Worth <cworth@cworth.org>2005-04-07 11:18:40 +0000
commit945e6c24586e124a346818c9a2b15f4693b8ae9f (patch)
treecbbb3b369dccc0a21b2a10462c61f0b4948a4bb8 /test/imagediff.c
parent47824dee31acdaf5ad6488dd2714e9f28c936aa2 (diff)
downloadcairo-945e6c24586e124a346818c9a2b15f4693b8ae9f.tar.gz
Fix to return non-zero status on error.
Diffstat (limited to 'test/imagediff.c')
-rw-r--r--test/imagediff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/imagediff.c b/test/imagediff.c
index 52ea7d412..8e13a1fe5 100644
--- a/test/imagediff.c
+++ b/test/imagediff.c
@@ -77,7 +77,7 @@ main (int argc, char *argv[])
free (buffer);
- return 0;
+ return total_pixels_changed;
}