shithub: cstory

Download patch

ref: f015ebec79cbf19a27c01177eeeb0328f29db725
parent: 6136911976b38e681e1927c55b3251792eb88a3a
author: Gabriel Ravier <gabravier@gmail.com>
date: Fri Nov 1 11:40:13 EDT 2019

Add parenthesis at end of comment

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>

--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@
 		# 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
--