From 374e57e1ff92ee689b2bb6f783837613e6a226f0 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 26 Aug 2016 03:17:48 -0400 Subject: [PATCH] Added missing `endif` --- Makefile.config | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.config b/Makefile.config index 0440b892..062e96c4 100644 --- a/Makefile.config +++ b/Makefile.config @@ -79,3 +79,4 @@ endif endif endif endif +endif