shithub: mc

Download patch

ref: 14b5372a6e42135957bf8f229a6f890b2edfdf4b
parent: cc4e5e7f81d55cd0d6757d15c6ebd21e8f60b90a
author: Ori Bernstein <[email protected]>
date: Sun Apr 26 18:25:04 EDT 2015

Fix typo.

    stray ':' slipped in.

--- a/parse/types.def
+++ b/parse/types.def
@@ -30,7 +30,7 @@
 
 /* end atomic types */
 Ty(Typtr, NULL)
-Ty(Tyfunc, NULL):
+Ty(Tyfunc, NULL)
 
 /* these types live on the stack */
 Ty(Tyslice, NULL)