From b8375748c532ada88db89ecb13397eadf81b98d8 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 1 Mar 2006 20:49:54 +0000 Subject: [PATCH] Date changed --- lib/iso9660/iso9660.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/iso9660/iso9660.c b/lib/iso9660/iso9660.c index 30347164..87811c03 100644 --- a/lib/iso9660/iso9660.c +++ b/lib/iso9660/iso9660.c @@ -1,8 +1,8 @@ /* - $Id: iso9660.c,v 1.17 2006/03/01 20:48:55 rocky Exp $ + $Id: iso9660.c,v 1.18 2006/03/01 20:49:54 rocky Exp $ Copyright (C) 2000 Herbert Valerio Riedel - Copyright (C) 2003, 2004, 2005 Rocky Bernstein + Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -51,7 +51,7 @@ const char ISO_STANDARD_ID[] = {'C', 'D', '0', '0', '1'}; #include #endif -static const char _rcsid[] = "$Id: iso9660.c,v 1.17 2006/03/01 20:48:55 rocky Exp $"; +static const char _rcsid[] = "$Id: iso9660.c,v 1.18 2006/03/01 20:49:54 rocky Exp $"; /* Variables to hold debugger-helping enumerations */ enum iso_enum1_s iso_enums1;