summaryrefslogtreecommitdiff
path: root/libs/surfaces/powermate/powermate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/powermate/powermate.cc')
-rw-r--r--libs/surfaces/powermate/powermate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/powermate/powermate.cc b/libs/surfaces/powermate/powermate.cc
index 0cdfba6f3a..31154ad879 100644
--- a/libs/surfaces/powermate/powermate.cc
+++ b/libs/surfaces/powermate/powermate.cc
@@ -129,7 +129,7 @@ PowermateControlProtocol::set_active (bool inActivate)
return -1;
}
- if (pthread_create_and_store ("Powermate", &mThread, 0, SerialThreadEntry, this) == 0) {
+ if (pthread_create_and_store ("Powermate", &mThread, SerialThreadEntry, this) == 0) {
_active = true;
} else {
return -1;