diff --git a/src/main/duellist-spielesammlung-projekt.c b/src/main/duellist-spielesammlung-projekt.c index b314002..ffd7395 100644 --- a/src/main/duellist-spielesammlung-projekt.c +++ b/src/main/duellist-spielesammlung-projekt.c @@ -392,7 +392,7 @@ int add(int a, int b) { return a + b; } -int subtraction(int a, int b) { +int minus(int a, int b) { return a - b; }