summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2014-11-05 10:17:22 +1300
committerOlly Betts <olly@survex.com>2014-11-07 15:34:43 +1300
commite047d2e2bded6712a4583e4fe067f7574be56fac (patch)
tree24f95d5a92569629338f2b9756a32fb051b6efd4 /Source
parent0e5e043870681d6234414abfe3dc236cbd343055 (diff)
downloadswig-e047d2e2bded6712a4583e4fe067f7574be56fac.tar.gz
Remove bogus ; after } in documentation
Diffstat (limited to 'Source')
-rw-r--r--Source/CParse/cscanner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CParse/cscanner.c b/Source/CParse/cscanner.c
index de00e2b1f..d9a17b874 100644
--- a/Source/CParse/cscanner.c
+++ b/Source/CParse/cscanner.c
@@ -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) { }
*
* ------------------------------------------------------------------------- */