summaryrefslogtreecommitdiff
path: root/tests/proptest/proptest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/proptest/proptest.c')
-rw-r--r--tests/proptest/proptest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/proptest/proptest.c b/tests/proptest/proptest.c
index 24c63456..4bd08665 100644
--- a/tests/proptest/proptest.c
+++ b/tests/proptest/proptest.c
@@ -295,7 +295,7 @@ int main(int argc, char *argv[])
args = argc - optind;
- fd = util_open(module, device);
+ fd = util_open(device, module);
if (fd < 0)
return 1;