Browse Source

Uneccessary semicolon

Mészáros Mihály 4 years ago
parent
commit
cc637d2db9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client++/TurnMsgLib.h

+ 1 - 1
src/client++/TurnMsgLib.h

@@ -1176,7 +1176,7 @@ private:
 	size_t _len;
 };
 
-};
+}
 /* namespace */
 
 #endif