Skip to content

Commit

Permalink
Добавлена отсутствовавшая в конце кавычка
Browse files Browse the repository at this point in the history
  • Loading branch information
leshiy1295 committed Sep 28, 2018
1 parent 9131e4c commit 8c15fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2017_2/examples/c_homework/team_projects.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ void print_team_as_json(const struct team * const team) {
printf("\t],\n");
printf("\t\"team_lead\": \"");
print_formatted_string(team->lead, symbols_to_escape);
printf("\n}");
printf("\"\n}");
printf("</code>\n");
}

Expand Down

0 comments on commit 8c15fb4

Please sign in to comment.