End of line fix for gcc 3.x, other misc fixes for 3x
[reactos.git] / rosapps / net / telnet / src / tcharmap.cpp
index 1a2525b..37d9e6b 100644 (file)
@@ -217,4 +217,4 @@ void TCharmap::modmap(char pos, char mapchar, char c) {
                for(int j = 0; j < 256; j++) map[mapchar][pos] = j;
        }
        map[mapchar][pos] = c;
-}
\ No newline at end of file
+}