Skip to content

Commit 38c17f0

Browse files
committed
fixed warning
1 parent 6ea33e3 commit 38c17f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/client/konsolen_view.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ void konsolen_view::show_end_screen(bool won){
187187
if (won){
188188
std::cout << R"(
189189
__ _ _____ _____ _ __ _ __ ___ _ __
190-
/ _` |/ _ \ \ /\ / / _ \| '_ \| '_ \ / _ \ '_ \
190+
/ _` |/ _ \ \ /\ / / _ \| '_ \| '_ \ / _ \ '_ \
191191
| (_| | __/\ V V / (_) | | | | | | | __/ | | |
192192
\__, |\___| \_/\_/ \___/|_| |_|_| |_|\___|_| |_|
193193
__/ |
@@ -199,7 +199,7 @@ void konsolen_view::show_end_screen(bool won){
199199
_
200200
| |
201201
__ _____ _ __| | ___ _ __ ___ _ __
202-
\ \ / / _ \ '__| |/ _ \| '__/ _ \ '_ \
202+
\ \ / / _ \ '__| |/ _ \| '__/ _ \ '_ \
203203
\ V / __/ | | | (_) | | | __/ | | |
204204
\_/ \___|_| |_|\___/|_| \___|_| |_|
205205
)" << '\n';

0 commit comments

Comments
 (0)