Doxygen fix

This commit is contained in:
Tobias Brunner 2012-08-11 16:50:22 +02:00
parent 3b891b9e5b
commit 000668d308
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ struct pb_tnc_state_machine_t {
/**
* Store information whether the received PB-TNC CDATA Batch was empty
*
* @bool empty set to TRUE if received PB-TNC CDATA Batch was empty
* @param empty set to TRUE if received PB-TNC CDATA Batch was empty
*/
void (*set_empty_cdata)(pb_tnc_state_machine_t *this, bool empty);