Обновить cv7/program.c
This commit is contained in:
parent
9b22d42909
commit
652c38ec61
@ -48,7 +48,7 @@ int count_items(Node *node) {
|
|||||||
|
|
||||||
void ask_question(Node *node) {
|
void ask_question(Node *node) {
|
||||||
if (node == NULL) return;
|
if (node == NULL) return;
|
||||||
|
|
||||||
printf("%s", node->text);
|
printf("%s", node->text);
|
||||||
|
|
||||||
if (node->text[0] == '*') {
|
if (node->text[0] == '*') {
|
||||||
|
Loading…
Reference in New Issue
Block a user