aboutsummaryrefslogtreecommitdiff
path: root/marsond.c
diff options
context:
space:
mode:
Diffstat (limited to 'marsond.c')
-rw-r--r--marsond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/marsond.c b/marsond.c
index 18016d5..2bc65f0 100644
--- a/marsond.c
+++ b/marsond.c
@@ -313,7 +313,7 @@ int main(int argc, char **argv) {
if(ioctl(outfd, UI_SET_KEYBIT, i) >= 0) {
/* we don't wanna be *that* verbose */
} else {
- die("UI_SET_EVBIT failed: %s", strerror(errno));
+ die("UI_SET_KEYBIT failed: %s", strerror(errno));
}
}
debug("UI_SET_KEYBIT OK");