summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2013-03-15 17:32:42 (GMT)
committerSwift Review <review@swift.im>2013-03-18 10:59:21 (GMT)
commit2fc775d220c4aef146e61a98c57e9994bf828872 (patch)
treee584d9817d5af9e17e64f5dea657b1784643be69 /SwifTools
parent14c88d285bdac444a13dd253f9d9f02cb85eb11b (diff)
downloadswift-2fc775d220c4aef146e61a98c57e9994bf828872.zip
swift-2fc775d220c4aef146e61a98c57e9994bf828872.tar.bz2
Only attempt ten extensions before giving up on joining a room
Change-Id: Ic7d26086a51e346605cb85201d55bf8cbc4249f1
Diffstat (limited to 'SwifTools')
-rw-r--r--SwifTools/SpellParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SwifTools/SpellParser.h b/SwifTools/SpellParser.h
index a6eafb5..b64565c 100644
--- a/SwifTools/SpellParser.h
+++ b/SwifTools/SpellParser.h
@@ -18,7 +18,7 @@ namespace Swift {
ID_WWW = 1,
ID_HTTP = 2,
ID_WORD = 3,
- ID_CHAR = 4,
+ ID_CHAR = 4
};
typedef boost::tuple<int, int> PositionPair;