This commit is contained in:
2026-02-13 18:37:24 +01:00
parent b646f5ca78
commit eae4adab35
10 changed files with 97 additions and 10 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ struct animal *animal_from_fish(const char *color, struct fish *fish){
}
strcpy(animal->color, color);
animal->type = 1;
animal->type = FISH;
/*
union animals *animals = malloc(sizeof(union animals));
if(animals == NULL){