From 193c45aa2f555b56f548f70e7fa0d74a1ce4e412 Mon Sep 17 00:00:00 2001
From: James R <justsomejames2@gmail.com>
Date: Wed, 17 Jun 2020 22:58:11 -0700
Subject: [PATCH] Forgot a comma

---
 src/Makefile.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.cfg b/src/Makefile.cfg
index 6b3769efc..23e602798 100644
--- a/src/Makefile.cfg
+++ b/src/Makefile.cfg
@@ -58,7 +58,7 @@ ifeq   (,$(filter GCC%,$(.VARIABLES)))
   # If this version is not in the list, default to the latest supported
   ifeq (,$(filter $(v),$(SUPPORTED_GCC_VERSIONS)))
    $(info\
-		Your compiler version, GCC $(version) is not supported by the Makefile.\
+		Your compiler version, GCC $(version), is not supported by the Makefile.\
 		The Makefile will assume GCC $(LATEST_GCC_VERSION).)
    GCC$(subst .,,$(LATEST_GCC_VERSION))=1
   else
-- 
GitLab