summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-07-21 20:37:21 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2015-07-21 20:37:21 +0100
commitb4ef9675d824597a2d1bfc2c0a2c0e3b29ee17a6 (patch)
treef66f08ecbae9dad9dcd5b3eed4eca80085dd62fa /test
parent91366856f641dc74b6ad05168b65e4c38976d48a (diff)
downloadlibnslayout-b4ef9675d824597a2d1bfc2c0a2c0e3b29ee17a6.tar.gz
libnslayout-b4ef9675d824597a2d1bfc2c0a2c0e3b29ee17a6.tar.bz2
Update documentation and minor fixes.
Diffstat (limited to 'test')
-rw-r--r--test/basic-layout-tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/basic-layout-tests.c b/test/basic-layout-tests.c
index 6dec991..cdaf5e2 100644
--- a/test/basic-layout-tests.c
+++ b/test/basic-layout-tests.c
@@ -17,9 +17,9 @@
int pw;
static nslayout_error nslayout_test_callback(
- nslayout_request *req,
nslayout_layout *layout,
- void *pw)
+ void *pw,
+ nslayout_request *req)
{
UNUSED(req);
UNUSED(layout);