From 6e4ab5b91771e516b3fb80f5692f31a23001d72c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 9 Apr 2009 15:26:51 +0000 Subject: add frontend selection and fix finalisation support svn path=/trunk/libnsfb/; revision=7072 --- test/plottest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/plottest.c') 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 */ -- cgit v1.2.3