summaryrefslogtreecommitdiff
path: root/test/plottest.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2009-04-09 15:26:51 +0000
committerVincent Sanders <vince@netsurf-browser.org>2009-04-09 15:26:51 +0000
commit6e4ab5b91771e516b3fb80f5692f31a23001d72c (patch)
treed36c59986fa08d01e0efbec0d4cb66c5f7ffc904 /test/plottest.c
parente136ab597105dcbe211ce0a1f49113b4cb14b1ca (diff)
downloadlibnsfb-6e4ab5b91771e516b3fb80f5692f31a23001d72c.tar.gz
libnsfb-6e4ab5b91771e516b3fb80f5692f31a23001d72c.tar.bz2
add frontend selection and fix finalisation support
svn path=/trunk/libnsfb/; revision=7072
Diffstat (limited to 'test/plottest.c')
-rw-r--r--test/plottest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plottest.c b/test/plottest.c
index f2008fa..dc469f6 100644
--- a/test/plottest.c
+++ b/test/plottest.c
@@ -86,7 +86,7 @@ int main(int argc, char **argv)
if (nsfb_init_frontend(nsfb) == -1) {
fprintf(stderr, "Unable to initialise nsfb frontend\n");
-
+ return 2;
}
/* get the geometry of the whole screen */