Cosmetic changes only.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@472 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfb/VNCServerST.h b/rfb/VNCServerST.h
index 554a4c9..3d25fca 100644
--- a/rfb/VNCServerST.h
+++ b/rfb/VNCServerST.h
@@ -191,8 +191,8 @@
     void getConnInfo(ListConnInfo * listConn);
     void setConnStatus(ListConnInfo* listConn);
 
-    bool getDisable() { return disableclients;};
-    void setDisable(bool disable) { disableclients = disable;};
+    bool getDisable() { return disableclients; }
+    void setDisable(bool disable) { disableclients = disable; }
 
   protected: