Изменить 'du5/program.c'

This commit is contained in:
Oleksandr Hryshchenko 2021-04-06 15:33:17 +00:00
parent 6408a4c1a2
commit 7cbc4791fb

View File

@ -108,7 +108,7 @@ int main() {
if(!checked)
myEntries[position] = createEntry(name, (int)strtol(number1, &ptr, 10));
}
if(!strcmp(inputs[0], "('-_-)"){
if(!strcmp(inputs[0], "('-_-)")){
return 0;
}
bsortDesc(myEntries, position+1);