From 64ac28c102765301301f9d95432cfd8b7e7b4937 Mon Sep 17 00:00:00 2001
From: "ol.sc"
Date: Mon, 2 Jan 2012 11:11:19 +0000
Subject: [PATCH] Added GEOS Kernal call showing what the struct is for - like
the other fragment-type GEOS samples do.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5359 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
samples/geos/inittab.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/samples/geos/inittab.c b/samples/geos/inittab.c
index c0ed7d496..0ea0c2526 100644
--- a/samples/geos/inittab.c
+++ b/samples/geos/inittab.c
@@ -18,5 +18,7 @@ static const void myTab = {
int main (void)
{
+ InitRam(&myTab);
+
}
--
2.39.5