The source project of this merge request has been removed.
Fix invalid escape sequence warnings
Backslashes only allowed in string literals if they're part of an escape sequence (raw strings are an exception to this rule).[1] This change fixes some string literals that broke this rule.
Fixes #40 (closed).
Signed-off-by: Jason Yundt swagfortress@gmail.com