Simple typo.

This commit is contained in:
rocky
2003-04-21 23:27:57 +00:00
parent 40c6ed2b1c
commit 74860f3f04

View File

@@ -1,5 +1,5 @@
/* -*- c -*- /* -*- c -*-
$Id: cdio.h.in,v 1.3 2003/04/21 10:17:50 hvr Exp $ $Id: cdio.h.in,v 1.4 2003/04/21 23:27:57 rocky Exp $
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org> Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2003 Rocky Bernstein <rocky@panix.com> Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
@@ -127,7 +127,7 @@ extern "C" {
char * cdio_get_default_device (const CdIo *obj); char * cdio_get_default_device (const CdIo *obj);
/*! /*!
Return the number of of the first track. Return the number of the first track.
CDIO_INVALID_TRACK is returned on error. CDIO_INVALID_TRACK is returned on error.
*/ */
track_t cdio_get_first_track_num(const CdIo *obj); track_t cdio_get_first_track_num(const CdIo *obj);