aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {