From 9d0a2c30076e3e8ddf51aaea698927d32c12b017 Mon Sep 17 00:00:00 2001 From: uz Date: Sun, 3 Jun 2012 13:58:29 +0000 Subject: [PATCH] Add comment about meaning of directory entry type. git-svn-id: svn://svn.cc65.org/cc65/trunk@5671 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- include/dirent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5