This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
coturn
mirror of
https://github.com/coturn/coturn.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Uneccessary semicolon
Mészáros Mihály
4 years ago
parent
57180ab60a
commit
cc637d2db9
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/client++/TurnMsgLib.h
+ 1
- 1
src/client++/TurnMsgLib.h
View File
@@ -1176,7 +1176,7 @@ private:
size_t _len;
};
-}
;
+}
/* namespace */
#endif