diff options
| author | 2016-05-07 03:52:16 +0100 | |
|---|---|---|
| committer | 2016-05-07 04:44:53 +0100 | |
| commit | b2bc852d280a0b2b3d9914098899b98751597189 (patch) | |
| tree | b5e12754a34e3e8a92bc3f0bb15c9c6baaf37c58 /src/kvilib/irc/KviControlCodes.cpp | |
| parent | PULL_REQUEST_TEMPLATE: some adjustments (diff) | |
| download | KVIrc-b2bc852d280a0b2b3d9914098899b98751597189.tar.gz KVIrc-b2bc852d280a0b2b3d9914098899b98751597189.tar.bz2 KVIrc-b2bc852d280a0b2b3d9914098899b98751597189.zip | |
cleanups: remove more dead code odd spaces
Diffstat (limited to 'src/kvilib/irc/KviControlCodes.cpp')
| -rw-r--r-- | src/kvilib/irc/KviControlCodes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/irc/KviControlCodes.cpp b/src/kvilib/irc/KviControlCodes.cpp index acaf6f2a5..a08530891 100644 --- a/src/kvilib/irc/KviControlCodes.cpp +++ b/src/kvilib/irc/KviControlCodes.cpp @@ -86,7 +86,7 @@ namespace KviControlCodes const kvi_wchar_t * getColorBytesW(const kvi_wchar_t * pwData, unsigned char * pcByte1, unsigned char * pcByte2) { // - // Scans the pwData for a mIrc color code XX,XX + // Scans the pwData for a mIRC color code XX,XX // and fills the color values in the two bytes // |
