]> git.sur5r.net Git - cc65/blobdiff - samples/geos/rmvprot.c
New feature missing_char_term
[cc65] / samples / geos / rmvprot.c
index a249290efed420badb89abb46f1d809b8bcfd839..3e324da3810fd85b24f57f9d9a1af8946d1d8b24 100644 (file)
@@ -6,8 +6,8 @@
     This small application removes GEOS disk write protection tag.
     e.g. boot disk is always protected after boot-up
     
-    Maciej 'YTM/Alliance' Witkowiak
-    <ytm@friko.onet.pl>
+    Maciej 'YTM/Elysium' Witkowiak
+    <ytm@elysium.pl>
     
     21.03.2000
 */
@@ -81,7 +81,7 @@ void main(void)
                        GetPtrCurDkNm(diskName);
                        break;
                default:        /* CANCEL is the third option */
-                       EnterDeskTop();
+                       return;
                        break;
                }
        }