diff --git a/src/main/duellist-spielesammlung-projekt.c b/src/main/duellist-spielesammlung-projekt.c index 652e95f..a0e924a 100644 --- a/src/main/duellist-spielesammlung-projekt.c +++ b/src/main/duellist-spielesammlung-projekt.c @@ -499,7 +499,7 @@ void playGame() { break; case 8: result = squareRoot(num1); - operator= "Wurzel"; + operator= "√"; break; default: printf("Ungültige Operation.\n");