Comment fixes.

This commit is contained in:
rocky
2004-06-06 11:44:51 +00:00
parent 8d0e6cd56e
commit eca77ca5ce
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/* /*
$Id: _cdio_linux.c,v 1.54 2004/06/06 11:38:33 rocky Exp $ $Id: _cdio_linux.c,v 1.55 2004/06/06 11:44:51 rocky Exp $
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org> Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com> Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -27,7 +27,7 @@
# include "config.h" # include "config.h"
#endif #endif
static const char _rcsid[] = "$Id: _cdio_linux.c,v 1.54 2004/06/06 11:38:33 rocky Exp $"; static const char _rcsid[] = "$Id: _cdio_linux.c,v 1.55 2004/06/06 11:44:51 rocky Exp $";
#include <string.h> #include <string.h>
@@ -924,7 +924,7 @@ _get_track_green_linux(void *user_data, track_t i_track)
/*! /*!
Return the starting MSF (minutes/secs/frames) for track number Return the starting MSF (minutes/secs/frames) for track number
track_num in obj. Tracks numbers usually start at something track_num in obj. Track numbers usually start at something
greater than 0, usually 1. greater than 0, usually 1.
The "leadout" track is specified either by The "leadout" track is specified either by

View File

@@ -1,5 +1,5 @@
/* /*
$Id: _cdio_sunos.c,v 1.37 2004/06/06 11:37:59 rocky Exp $ $Id: _cdio_sunos.c,v 1.38 2004/06/06 11:44:51 rocky Exp $
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org> Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com> Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -41,7 +41,7 @@
#ifdef HAVE_SOLARIS_CDROM #ifdef HAVE_SOLARIS_CDROM
static const char _rcsid[] = "$Id: _cdio_sunos.c,v 1.37 2004/06/06 11:37:59 rocky Exp $"; static const char _rcsid[] = "$Id: _cdio_sunos.c,v 1.38 2004/06/06 11:44:51 rocky Exp $";
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
@@ -698,7 +698,7 @@ _cdio_get_track_green(void *user_data, track_t i_track)
/*! /*!
Return the starting MSF (minutes/secs/frames) for track number Return the starting MSF (minutes/secs/frames) for track number
track_num in obj. Tracks numbers usually start at something track_num in obj. Track numbers usually start at something
greater than 0, usually 1. greater than 0, usually 1.
The "leadout" track is specified either by The "leadout" track is specified either by