diff options
-rw-r--r-- | src/input/libdvdnav/dvdnav.c | 7 | ||||
-rw-r--r-- | src/input/libdvdnav/vm.c | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/src/input/libdvdnav/dvdnav.c b/src/input/libdvdnav/dvdnav.c index 5db3257f3..e6c699812 100644 --- a/src/input/libdvdnav/dvdnav.c +++ b/src/input/libdvdnav/dvdnav.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dvdnav.c,v 1.9 2002/10/22 04:39:01 storri Exp $ + * $Id: dvdnav.c,v 1.10 2002/10/22 17:18:23 jkeil Exp $ * */ @@ -1010,8 +1010,11 @@ uint32_t dvdnav_get_next_still_flag(dvdnav_t *this) { /* * $Log: dvdnav.c,v $ + * Revision 1.10 2002/10/22 17:18:23 jkeil + * Recursive comments, picked up via CVS $Log keyword. Trying to fix... + * * Revision 1.9 2002/10/22 04:39:01 storri - * Changed comments to standard /* ... */ + * Changed comments to standard / * ... * / * * Revision 1.8 2002/09/20 12:53:53 mroi * sync to latest libdvdnav cvs version diff --git a/src/input/libdvdnav/vm.c b/src/input/libdvdnav/vm.c index f5e75c4a9..c3fa9a282 100644 --- a/src/input/libdvdnav/vm.c +++ b/src/input/libdvdnav/vm.c @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: vm.c,v 1.7 2002/10/22 04:39:30 storri Exp $ + * $Id: vm.c,v 1.8 2002/10/22 17:18:24 jkeil Exp $ * */ @@ -1988,8 +1988,11 @@ static pgcit_t* get_PGCIT(vm_t *vm) { /* * $Log: vm.c,v $ + * Revision 1.8 2002/10/22 17:18:24 jkeil + * Recursive comments, picked up via CVS $Log keyword. Trying to fix... + * * Revision 1.7 2002/10/22 04:39:30 storri - * Changed comments to standard /* ... */ + * Changed comments to standard / * ... * / * * Revision 1.6 2002/09/20 12:53:53 mroi * sync to latest libdvdnav cvs version |