Initialization
This commit is contained in:
parent
b48b1f925d
commit
fbd20929dd
@ -46,8 +46,7 @@ int main() {
|
||||
if (sscanf(line, "%d %[^\n]", &votes, name) != 2) {
|
||||
// error, input was not in expected format
|
||||
// print error message and exit
|
||||
fprintf(stderr, "Nepodarilo␣nacitat␣nic\n");
|
||||
return 1;
|
||||
break;
|
||||
}
|
||||
|
||||
// check if this student already exists
|
||||
|
Loading…
Reference in New Issue
Block a user