summaryrefslogtreecommitdiff
path: root/includes/cdutils.h
diff options
context:
space:
mode:
authorpixel <pixel>2003-12-14 22:04:34 +0000
committerpixel <pixel>2003-12-14 22:04:34 +0000
commitfa776ceccbb550d5ddccf996af163d4835df67f7 (patch)
tree36bc304bdf3e10b0fa8597a0efa1679f1935fe27 /includes/cdutils.h
parent83473b5e976c94eb1692e8d35d77b61cf57c97f9 (diff)
Fixed GC and some related problems.
Diffstat (limited to 'includes/cdutils.h')
-rw-r--r--includes/cdutils.h4
1 files changed, 2 insertions, 2 deletions
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;