diff options
| -rw-r--r-- | page.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -934,7 +934,7 @@ static int prepare_footer(struct html_node *const n) fprintf(stderr, "%s: html_node_set_value a failed\n", __func__); goto end; } - else if (dynstr_append(&d, "Powered by ")) + else if (dynstr_append(&d, "Powered by ")) { fprintf(stderr, "%s: dynstr_append failed\n", __func__); goto end; |
