From fa0ab21469aba633d455381158c4f7fd5d1a6961 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 16 Sep 2006 05:38:21 +0000 Subject: [PATCH] Made doxygen happy with parameter of burn_drive_get_adr --- libburn/libburn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libburn/libburn.h b/libburn/libburn.h index b7c0d08..aa64455 100644 --- a/libburn/libburn.h +++ b/libburn/libburn.h @@ -573,7 +573,7 @@ void burn_drive_info_free(struct burn_drive_info drive_infos[]); #define BURN_DRIVE_ADR_LEN 1024 /** Inquire the persistent address of the given drive. - @param drive The drive to inquire. Usually some &(drive_infos[driveno]) + @param drive_info The drive to inquire. Usually some &(drive_infos[driveno]) @param adr An application provided array of at least BURN_DRIVE_ADR_LEN characters size. The persistent address gets copied to it. */