From 4f6bc949bd13c8028bad1acec4b17fe189f11872 Mon Sep 17 00:00:00 2001 From: "Jason S. Ninneman" Date: Sun, 25 Jun 2017 20:20:44 -0700 Subject: [PATCH] Fix typo and type mismatch. --- newdungeon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = {{ {} }}; -- 2.31.1