diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-04-26 22:25:04 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-04-26 22:25:04 -0700 |
commit | 6f47640f945d79281b65e0ea514d4da9cfa8596c (patch) | |
tree | 2d88f516b7ac0ea3a2bd2f19b0acb04a71de9d5d | |
parent | 09a174cbf1ff7071c44f156c429d7c831c71e95c (diff) | |
download | mc-6f47640f945d79281b65e0ea514d4da9cfa8596c.tar.gz |
Fix typo.
stray ':' slipped in.
-rw-r--r-- | parse/types.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parse/types.def b/parse/types.def index f0d126e..a079fbd 100644 --- a/parse/types.def +++ b/parse/types.def @@ -30,7 +30,7 @@ Ty(Tyvalist, NULL) /* end atomic types */ Ty(Typtr, NULL) -Ty(Tyfunc, NULL): +Ty(Tyfunc, NULL) /* these types live on the stack */ Ty(Tyslice, NULL) |