shithub: scc

Download patch

ref: 7142f3337613d6ba2f9ef651496780bf3e546cfe
parent: 0422723f969a5689173108d03396b85641335e32
author: Quentin Rameau <quinq@fifth.space>
date: Mon Jul 4 12:32:19 EDT 2016

[arg.h] fix block closing count logic

This fixes a bug introduced in 72b2248a.

--- a/inc/arg.h
+++ b/inc/arg.h
@@ -32,9 +32,13 @@
 
 #define ARGOPERAND \
 		}\
-	} else if (argv[0][0] != '\0')
+	} else if (argv[0][0] != '\0') {\
+		{
 
-#define ARGEND }
+#define ARGEND \
+		}\
+	}\
+}
 
 #define ARGC() argc_