diff options
-rw-r--r-- | vnc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |