@ -23,7 +23,12 @@ int compare_pizza(const void * left, const void * right) {
return -1;
}
else{
return 1;
if(a->name[0] > b->name[0]){
The note is not visible to the blocked user.