From: uz Date: Sun, 3 Jun 2012 13:58:29 +0000 (+0000) Subject: Add comment about meaning of directory entry type. X-Git-Tag: V2.14~397 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9d0a2c30076e3e8ddf51aaea698927d32c12b017;p=cc65 Add comment about meaning of directory entry type. git-svn-id: svn://svn.cc65.org/cc65/trunk@5671 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/dirent.h b/include/dirent.h index dc3cfc5f8..11c6edc32 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -85,7 +85,7 @@ struct dirent { char d_name[16+1]; unsigned int d_off; unsigned int d_blocks; - unsigned char d_type; + unsigned char d_type; /* See CBM_T_xxx defines in cbm.h */ /* bsd extensions */ unsigned char d_namlen;