diff options
author | ChrisTX <xpipe@hotmail.de> | 2012-10-14 23:58:20 +0200 |
---|---|---|
committer | ChrisTX <xpipe@hotmail.de> | 2012-10-14 23:58:20 +0200 |
commit | 90aa5811d17205c4a87f91c0f9ad12c05a03ec44 (patch) | |
tree | dc276ea7741846868bb95b3bf158782a45e029a3 /include | |
parent | 78a6d62732f2f0c2752d9de8729a745413ebe64a (diff) |
Resolve two warnings clang complains about
No newline at end of file in consolecolors.h
String plus int in snomasks
Diffstat (limited to 'include')
-rw-r--r-- | include/consolecolors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/consolecolors.h b/include/consolecolors.h index 953beb346..f7ca1335e 100644 --- a/include/consolecolors.h +++ b/include/consolecolors.h @@ -97,4 +97,4 @@ inline std::ostream& con_reset(std::ostream &s) #endif -#endif
\ No newline at end of file +#endif |