From 75f16c92b7bd64cee3c0bb5124bdce419adf9fae Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 12 Feb 2019 15:55:44 +0100 Subject: [PATCH] Code cleanup --- src/makefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.c b/src/makefile.c index 45b939c..4cb996f 100644 --- a/src/makefile.c +++ b/src/makefile.c @@ -2641,7 +2641,7 @@ static int _write_phony(Makefile * makefile, char const ** targets) _makefile_print(makefile, " %s", targets[i]); if(_write_phony_targets(makefile) != 0) return 1; - _makefile_print(makefile, "%s", "\n"); + _makefile_print(makefile, "\n"); return 0; }