reactos/base
Timo Kreuzer fdf221cb17 [TELNET] Add missing curly braces to if-statelent
Fixes GCC 8 warning:
base/applications/network/telnet/src/tnmain.cpp:171:8: error: this 'for' clause does not guard... [-Werror=misleading-indentation]
        for (j = cursor; j >= 0; j--)
        ^~~
base/applications/network/telnet/src/tnmain.cpp:174:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
         for (k = --j; k >= 0; k--)
         ^~~
2019-05-27 13:54:08 +02:00
..
applications [TELNET] Add missing curly braces to if-statelent 2019-05-27 13:54:08 +02:00
services [TFTPD] Disable format-overflow warnings 2019-05-27 13:22:40 +02:00
setup [USETUP] Use RtlStringCbPrintfA instead of sprintf 2019-05-27 13:22:40 +02:00
shell [EXPLORER] Update Portuguese Translation 2019-05-26 21:19:35 +02:00
system [REACTOS] Replace remnant legacy SPIF_SENDWININICHANGE by SPIF_SENDCHANGE (#1526) 2019-04-28 21:19:42 +02:00
CMakeLists.txt