summaryrefslogtreecommitdiff
path: root/include/hashcomp.h
diff options
context:
space:
mode:
authorAdam <adam@sigterm.info>2013-05-15 12:33:47 -0700
committerAdam <adam@sigterm.info>2013-05-15 12:33:47 -0700
commite586aaab7c4f7b03514c83451d73b73f55dc6998 (patch)
tree18f4370778cc79d2f21a4308dafbb29a77cfa213 /include/hashcomp.h
parent23e8bba13c55d33ce89d505780da36c9589e300a (diff)
parentaccccc212cd4f08a3c5532b1ae7a17e76bac8718 (diff)
Merge pull request #531 from SaberUK/master+snprintf-removal
Replace some C-isms with C++-isms.
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r--include/hashcomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h
index 3c00844be..3963f96e7 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -284,7 +284,7 @@ namespace irc
* mode changes to be obtained.
*/
int GetStackedLine(std::vector<std::string> &result, int max_line_size = 360);
-
+
};
/** irc::tokenstream reads a string formatted as per RFC1459 and RFC2812.