From: ol.sc Date: Mon, 2 Jan 2012 11:11:19 +0000 (+0000) Subject: Added GEOS Kernal call showing what the struct is for - like the other fragment-type... X-Git-Tag: V2.13.3~106 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=64ac28c102765301301f9d95432cfd8b7e7b4937;p=cc65 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 --- 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); + }