From e4309b4efef95f8f7a617c529642c29ccbf46690 Mon Sep 17 00:00:00 2001 From: kraxel Date: Wed, 25 Oct 2006 14:51:57 +0000 Subject: build w/o vnc #2 --- vnc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #else -typedef struct { int dummy } rfbClient; +typedef struct { int dummy; } rfbClient; #endif struct vnc_window { -- cgit