From: Jean-Philippe Orsini Date: Mon, 7 May 2012 12:22:28 +0000 (+0000) Subject: code style X-Git-Tag: v1.3.0~102 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=commitdiff_plain;h=2f35163b296d5a733157e36a8c8910fa041766a7 code style --- diff --git a/src/html.c b/src/html.c index 797b128..07945f6 100644 --- a/src/html.c +++ b/src/html.c @@ -165,10 +165,9 @@ static const char *get_footer() footer = file_get_content(path); if (!footer) - log_err("Failed to get footer template: %s", path); + log_err("Failed to read footer template: %s", path); } - return footer; }