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-08-03 22:30:20 +0100
commit304c68b4eef1efba7ec59a89a8239e66cfb55d2a (patch)
treef66f08ecbae9dad9dcd5b3eed4eca80085dd62fa /test
parent093e64c448108483fb1c8f5bccc13d12b547550c (diff)
downloadlibnslayout-304c68b4eef1efba7ec59a89a8239e66cfb55d2a.tar.gz
libnslayout-304c68b4eef1efba7ec59a89a8239e66cfb55d2a.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);