aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorGinger Bill <github@gingerbill.org>2016-10-26 12:00:40 +0100
committerGinger Bill <github@gingerbill.org>2016-10-26 12:00:40 +0100
commit6996df410456292b358b8deaabd5ba2aea7af069 (patch)
treed9876153288e8af0213a41a613b58af5f532f355 /code
parenta5c1e83ce401eb78ae8e5b7b6a36ec812b3dfbf0 (diff)
Fix double declarations with enum bug
Diffstat (limited to 'code')
-rw-r--r--code/demo.odin2
1 files changed, 0 insertions, 2 deletions
diff --git a/code/demo.odin b/code/demo.odin
index a62485b80..5d84f9340 100644
--- a/code/demo.odin
+++ b/code/demo.odin
@@ -6,5 +6,3 @@ main :: proc() {
v[0] = 123
fmt.println("Hellope!", v, v[0], a)
}
-
-