aboutsummaryrefslogtreecommitdiffstats
path: root/vnc.h
diff options
context:
space:
mode:
authorkraxel <kraxel>2006-10-25 14:51:57 +0000
committerkraxel <kraxel>2006-10-25 14:51:57 +0000
commite4309b4efef95f8f7a617c529642c29ccbf46690 (patch)
tree8ccddbb104ca2b139c7ad7716d7e423e01ba2ebc /vnc.h
parenta1dfab9d3d91fc05412eda680550c6b2f8301184 (diff)
downloadxenwatch-e4309b4efef95f8f7a617c529642c29ccbf46690.tar.gz
build w/o vnc #2
Diffstat (limited to 'vnc.h')
-rw-r--r--vnc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc.h b/vnc.h
index 57bd70b..6188272 100644
--- a/vnc.h
+++ b/vnc.h
@@ -2,7 +2,7 @@
#ifdef HAVE_VNC
# include <rfb/rfbclient.h>
#else
-typedef struct { int dummy } rfbClient;
+typedef struct { int dummy; } rfbClient;
#endif
struct vnc_window {