push
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user