shithub: scc

Download patch

ref: 1258e68dd96e65545956fb658b9235e52c99d6a4
parent: 541539b33afc0c198e44ecce36b6b0f2030c6b3b
author: Roberto E. Vargas Caballero <[email protected]>
date: Sun Oct 31 14:29:42 EDT 2021

tests/cc: Fix small typo in 0159-typedef.c

--- a/tests/cc/execute/0159-typedef.c
+++ b/tests/cc/execute/0159-typedef.c
@@ -14,7 +14,7 @@
 }
 
 Clock0link cl0 = {
-	.clock = f;
+	.clock = f
 };
 
 int