cv7
This commit is contained in:
parent
c3b0608315
commit
3d00e6c9f2
@ -52,7 +52,7 @@ void run_system(Node *node) {
|
|||||||
while (node) {
|
while (node) {
|
||||||
if (node->yes == NULL && node->no == NULL) {
|
if (node->yes == NULL && node->no == NULL) {
|
||||||
|
|
||||||
printf("* %s\n", node->text);
|
printf("*%s\n", node->text);
|
||||||
printf("Koniec\n");
|
printf("Koniec\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user