diff options
Diffstat (limited to 'src/charon/sa/authenticators/eap/eap_method.h')
-rw-r--r-- | src/charon/sa/authenticators/eap/eap_method.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/sa/authenticators/eap/eap_method.h b/src/charon/sa/authenticators/eap/eap_method.h index c3f7c4862..1aa6162ee 100644 --- a/src/charon/sa/authenticators/eap/eap_method.h +++ b/src/charon/sa/authenticators/eap/eap_method.h @@ -187,4 +187,4 @@ struct eap_method_t { typedef eap_method_t *(*eap_constructor_t)(identification_t *server, identification_t *peer); -#endif /* EAP_METHOD_H_ @} */ +#endif /** EAP_METHOD_H_ @}*/ |