prvy
This commit is contained in:
parent
756e486c6c
commit
138fb93dea
@ -23,7 +23,7 @@ int main(){
|
||||
memset(resp,0,SIZE);
|
||||
get_input(resp);
|
||||
if(strlen(resp)>1){
|
||||
printf("Expert z bufetu to vie.");
|
||||
printf("Expert z bufetu to vie.\n");
|
||||
puts("Chybna databaza");
|
||||
exit(0);
|
||||
}
|
||||
@ -50,7 +50,7 @@ struct tree* read_tree(){
|
||||
|
||||
int flag = get_input(buffer);
|
||||
if(flag==-1){
|
||||
printf("Expert z bufetu to vie.");
|
||||
printf("Expert z bufetu to vie.\n");
|
||||
puts("Chybna databaza");
|
||||
exit(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user