mirror of
https://github.com/cc65/cc65.git
synced 2025-04-03 15:29:44 +00:00
Cosmetic change. Formatting was lost because of cut&paste.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4357 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
161cf913e3
commit
30586e95e8
@ -13,8 +13,8 @@
|
||||
|
||||
|
||||
|
||||
unsigned char __fastcall__ cbm_opendir (unsigned char lfn, unsigned
|
||||
char device) {
|
||||
unsigned char __fastcall__ cbm_opendir (unsigned char lfn, unsigned char device)
|
||||
{
|
||||
unsigned char status;
|
||||
if ((status = cbm_open (lfn, device, CBM_READ, "$")) == 0) {
|
||||
if (cbm_k_chkin (lfn) == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user