Made doxygen happy with parameter of burn_drive_get_adr

This commit is contained in:
Thomas Schmitt 2006-09-16 05:38:21 +00:00
parent 67abbdb5a0
commit fa0ab21469
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/