Remove bogus ; after } in documentation

This commit is contained in:
Olly Betts 2014-11-05 10:17:22 +13:00
commit e047d2e2bd
4 changed files with 17 additions and 17 deletions

View file

@ -147,7 +147,7 @@ String *get_raw_text_balanced(int startchar, int endchar) {
* friend ostream& operator<<(ostream&, const char *s);
*
* or
* friend ostream& operator<<(ostream&, const char *s) { };
* friend ostream& operator<<(ostream&, const char *s) { }
*
* ------------------------------------------------------------------------- */