summaryrefslogtreecommitdiffstats
path: root/x11vnc/xrecord.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/xrecord.c')
-rw-r--r--x11vnc/xrecord.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11vnc/xrecord.c b/x11vnc/xrecord.c
index 3b90e32..a15dc1c 100644
--- a/x11vnc/xrecord.c
+++ b/x11vnc/xrecord.c
@@ -372,7 +372,7 @@ int xrecord_skip_keysym(rfbKeySym keysym) {
int xrecord_skip_button(int new, int old) {
/* unused vars warning: */
- if (new || old) {}
+ if (new || old) {}
return 0;
}
@@ -1309,7 +1309,7 @@ static void record_grab(XPointer ptr, XRecordInterceptData *rec_data) {
XRecordFreeData(rec_data);
/* unused vars warning: */
- if (ptr) {}
+ if (ptr) {}
}
#endif