1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 02:29:32 +00:00

Minimal formatting adjustment.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5856 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2012-10-16 21:29:14 +00:00
parent 2266532724
commit 6618e08bc3
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
; ;
.export _getdevicedir .export _getdevicedir
.import opencmdchannel, closecmdchannel .import opencmdchannel, closecmdchannel
.import writefndiskcmd, readdiskerror .import writefndiskcmd, readdiskerror
.import isdisk, fnunit, fncmd, devicestr .import isdisk, fnunit, fncmd, devicestr

View File

@ -7,7 +7,6 @@
.export _getfirstdevice .export _getfirstdevice
.export _getnextdevice .export _getnextdevice
.import isdisk .import isdisk
.import opencmdchannel .import opencmdchannel
.import closecmdchannel .import closecmdchannel