sample programs updated for new GEOS exit/return/MainLoop policy
git-svn-id: svn://svn.cc65.org/cc65/trunk@1899 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user