summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--xkbcat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xkbcat.c b/xkbcat.c
index 4afab90..4453a90 100644
--- a/xkbcat.c
+++ b/xkbcat.c
@@ -92,6 +92,5 @@ void printKeyPress(Display * disp, int code, bool down, bool printKeyUps) {
if (printKeyUps)
printf("%s %s\n", (down ? "+" : "-"), str);
else
- printf("%s\n", str);
-
+ puts(str);
}