1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Harmonized comment style.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4714 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2010-06-04 21:32:55 +00:00
parent 1568376fbf
commit 30cd6871be

View File

@ -69,10 +69,10 @@ typedef struct {
sectsize_t __fastcall__ dio_query_sectsize(dhandle_t handle);
/* queries sector size, currently hardcoded */
/* returns sector size */
sectnum_t __fastcall__ dio_query_sectcount(dhandle_t handle);
/* Return the sector count for a disk. */
/* returns sector count */
dhandle_t __fastcall__ dio_open(driveid_t drive_id);
/* open drive for subsequent dio access */