diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/plugins/tnccs_20/state_machine/pb_tnc_state_machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/tnccs_20/state_machine/pb_tnc_state_machine.h b/src/libcharon/plugins/tnccs_20/state_machine/pb_tnc_state_machine.h index d13f20df4..aa317041e 100644 --- a/src/libcharon/plugins/tnccs_20/state_machine/pb_tnc_state_machine.h +++ b/src/libcharon/plugins/tnccs_20/state_machine/pb_tnc_state_machine.h @@ -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); |