Skip to content

Commit

Permalink
ts_test_mt: fix idev commandline option
Browse files Browse the repository at this point in the history
This fixes a stupid error that slipped in with ts_setup() and broke --idev.
  • Loading branch information
merge committed Mar 8, 2017
1 parent 3c7ba65 commit 6ea643e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ts_test_mt.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ int main(int argc, char **argv)
}
}

ts = ts_setup(NULL, 0);
ts = ts_setup(tsdevice, 0);
if (!ts) {
perror("ts_setup");
return errno;
Expand Down

0 comments on commit 6ea643e

Please sign in to comment.