From: Jason S. Ninneman Date: Mon, 26 Jun 2017 03:20:44 +0000 (-0700) Subject: Fix typo and type mismatch. X-Git-Tag: 1.1~109 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=4f6bc949bd13c8028bad1acec4b17fe189f11872 Fix typo and type mismatch. --- diff --git a/newdungeon.py b/newdungeon.py index 87ac249..0575d2c 100755 --- a/newdungeon.py +++ b/newdungeon.py @@ -166,7 +166,7 @@ long conditions[] = {{ {} }}; -vocabulary_t vocabulary[] {{ +const vocabulary_t vocabulary[] = {{ {} }};