Fixing typo in comment
This commit is contained in:
parent
25a3809789
commit
6e3093db61
@ -115,7 +115,9 @@ void process_operations(struct stack* stack) {
|
||||
}
|
||||
// ked' nemame viac vstupov alebo nemali vstupov vobec vypiseme no input
|
||||
|
||||
|
||||
if (!could_read) {
|
||||
printf("no input\n");
|
||||
}
|
||||
printf("no input\n");
|
||||
}
|
||||
int main(void){
|
||||
|
Loading…
Reference in New Issue
Block a user