1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-31 22:41:32 +00:00

Normalized style of fragment-type GEOS samples.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5360 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2012-01-02 11:12:38 +00:00
parent 64ac28c102
commit cd291d3eb4
2 changed files with 4 additions and 1 deletions

View File

@ -28,5 +28,7 @@ static const dlgBoxStr myDialog = {
void main (void)
{
DoDlgBox (&myDialog);
}
}

View File

@ -22,5 +22,6 @@ int main (void)
{
GraphicsString(&myString);
}