]> git.sur5r.net Git - cc65/blobdiff - samples/geos/yesno.c
Require that the hash node must be the first element of the structure to be
[cc65] / samples / geos / yesno.c
index b085db91ac2951b2a02fdc20a4bc4d39b5447d33..dadf114498a77c4a2ea9c85520adbbaa3942abf8 100644 (file)
@@ -5,8 +5,8 @@
 
    example of using DlgBoxYesNo, DlgBoxOkCancel and DlgBoxOk functions
 
-   Maciej 'YTM/Alliance' Witkowiak
-   <ytm@friko.onet.pl>
+   Maciej 'YTM/Elysium' Witkowiak
+   <ytm@elysium.pl>
 
    26.12.1999
  */
@@ -23,5 +23,4 @@ void main(void)
                };
        } while (DlgBoxOkCancel("Do you want to try again?", "") == OK);
 
-    EnterDeskTop();
 }