summaryrefslogtreecommitdiffstats
path: root/x11vnc/userinput.c
diff options
context:
space:
mode:
authorrunge <runge>2006-12-28 20:26:27 +0000
committerrunge <runge>2006-12-28 20:26:27 +0000
commite4a397ed13a2c6eb9d2da7870165e7ecdc67f461 (patch)
tree2f868d105d3135e045fc9e5f6f79cc1d0e5cd9ae /x11vnc/userinput.c
parent5c9ba4bb035255956dd176b285df3a81bafa02e3 (diff)
downloadlibtdevnc-e4a397ed13a2c6eb9d2da7870165e7ecdc67f461.tar.gz
libtdevnc-e4a397ed13a2c6eb9d2da7870165e7ecdc67f461.zip
a couple more warnings...
Diffstat (limited to 'x11vnc/userinput.c')
-rw-r--r--x11vnc/userinput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/userinput.c b/x11vnc/userinput.c
index 00b9dcf..612c1dd 100644
--- a/x11vnc/userinput.c
+++ b/x11vnc/userinput.c
@@ -5460,7 +5460,7 @@ fprintf(stderr, "check_wireframe: 1\n");
#if defined(NO_NCACHE) || (NO_X11 && !defined(MACOSX))
int check_ncache(int a, int b) {
if (!a || !b) {}
- return;
+ return 0;
}
int lookup_win_index(Window win) {
if (!win) {}