diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/checkers.cxx | 2 | ||||
| -rw-r--r-- | test/color_chooser.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/checkers.cxx b/test/checkers.cxx index 0d0b4ca48..bd3753e5e 100644 --- a/test/checkers.cxx +++ b/test/checkers.cxx @@ -635,7 +635,7 @@ const char _usermoves[] = // White moves from D3 to E4 (+14). // Black's move? G6 H5 <-- try this in GUI mode w/o the fix below // Valid moves are: -// F5 D3 - Black jumps from F5 to D3, E4 removed (-14). +// F5 D3 - Black jumps from F5 to D3, E4 removed (-14). // // Hint for further debugging: enable the printf/fflush statements below and // set a breakpoint inside the `if` condition below in a debugger. Then take diff --git a/test/color_chooser.cxx b/test/color_chooser.cxx index 263cad28a..88241e10b 100644 --- a/test/color_chooser.cxx +++ b/test/color_chooser.cxx @@ -99,7 +99,7 @@ public: "Background color is:\n" "palette no. %d = r:%d, g:%d, b:%d", color(), r, g, b); } else { - ::snprintf(buf, 127, + ::snprintf(buf, 127, "Background color is:\n" "r:%d, g:%d, b:%d", r, g, b); } |
