From 0e25bee925bd556b0d42f46ba2422af6f046ab04 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 8 Aug 2010 09:13:53 +0000 Subject: [PATCH] Hopefully silenced a warning of doxygen on Debian buildd --- libburn/trunk/cdrskin/cdrskin_timestamp.h | 2 +- libburn/trunk/libburn/libburn.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libburn/trunk/cdrskin/cdrskin_timestamp.h b/libburn/trunk/cdrskin/cdrskin_timestamp.h index 8e69cd4b..c2946159 100644 --- a/libburn/trunk/cdrskin/cdrskin_timestamp.h +++ b/libburn/trunk/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2010.08.08.091224" +#define Cdrskin_timestamP "2010.08.08.091317" diff --git a/libburn/trunk/libburn/libburn.h b/libburn/trunk/libburn/libburn.h index fd475801..3100e74c 100644 --- a/libburn/trunk/libburn/libburn.h +++ b/libburn/trunk/libburn/libburn.h @@ -2685,8 +2685,8 @@ These two advises are mutually exclusive. /** Obtain the id string of the SCSI transport interface. This interface may be a system specific adapter module of libburn or an adapter to a supporting library like libcdio. - @flag Bitfield for control puposes, submit 0 for now - @return A pointer to the id string. Do not alter the string content. + @param flag Bitfield for control puposes, submit 0 for now + @return A pointer to the id string. Do not alter the string content. @since 0.7.6 */ char *burn_scsi_transport_id(int flag);