diff --git a/samples/geos/dialog.c b/samples/geos/dialog.c index 4f4fc55c6..75812d1d4 100644 --- a/samples/geos/dialog.c +++ b/samples/geos/dialog.c @@ -28,5 +28,7 @@ static const dlgBoxStr myDialog = { void main (void) { + DoDlgBox (&myDialog); - } + +} diff --git a/samples/geos/grphstr.c b/samples/geos/grphstr.c index 38c9f8382..850ce7e22 100644 --- a/samples/geos/grphstr.c +++ b/samples/geos/grphstr.c @@ -22,5 +22,6 @@ int main (void) { GraphicsString(&myString); + }