From 2f35163b296d5a733157e36a8c8910fa041766a7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 7 May 2012 12:22:28 +0000 Subject: [PATCH] code style --- src/html.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; } -- 2.7.4