]> git.sur5r.net Git - cc65/commitdiff
Cosmetic change. Formatting was lost because of cut&paste.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 10 Oct 2009 20:50:15 +0000 (20:50 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 10 Oct 2009 20:50:15 +0000 (20:50 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4357 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/cbm/cbm_dir.c

index ca250cea7dfb6d7f6680110d7f19de1de0c7f8a4..be044b844cd7d14b37883e2ff7d3ff03bc79a78d 100644 (file)
@@ -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) {