From f015ebec79cbf19a27c01177eeeb0328f29db725 Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Fri, 1 Nov 2019 15:40:13 +0100 Subject: [PATCH] Add parenthesis at end of comment Signed-off-by: Gabriel Ravier --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49ec9169..d80c6cba 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ ifeq ($(ALL_WARNINGS), 1) # Use clang-specific flag -Weverything CXXFLAGS += -Weverything else - # This is indented with spaces because otherwise it doesn't compile (make doesn't like tabs there for some reason + # This is indented with spaces because otherwise it doesn't compile (make doesn't like tabs there for some reason) $(warning Couldn\'t activate all warnings (Unsupported compiler)) endif endif