From fa776ceccbb550d5ddccf996af163d4835df67f7 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 14 Dec 2003 22:04:34 +0000 Subject: Fixed GC and some related problems. --- includes/cdutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/cdutils.h') diff --git a/includes/cdutils.h b/includes/cdutils.h index ea184b5..d21c9cf 100644 --- a/includes/cdutils.h +++ b/includes/cdutils.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: cdutils.h,v 1.14 2003-12-10 02:59:31 pixel Exp $ */ +/* $Id: cdutils.h,v 1.15 2003-12-14 22:04:34 pixel Exp $ */ #ifndef __CDUTILS_H__ #define __CDUTILS_H__ @@ -48,7 +48,7 @@ class cdutils : public Base { cdutils(Handle * f_iso_r, Handle * f_iso_w = 0); virtual ~cdutils(); - PPACKED struct DirEntry { + PPACKED struct DirEntry { unsigned char R; unsigned char NExt; unsigned long Sector; -- cgit v1.2.3