diff --git a/src/main/duellist-spielesammlung-projekt.c b/src/main/duellist-spielesammlung-projekt.c index 3498813..b314002 100644 --- a/src/main/duellist-spielesammlung-projekt.c +++ b/src/main/duellist-spielesammlung-projekt.c @@ -388,7 +388,7 @@ int zufallszahl(int min, int max) { return rand() % (max - min + 1) + min; } -int addition(int a, int b) { +int add(int a, int b) { return a + b; }