aboutsummaryrefslogtreecommitdiffstats
path: root/channels/sip/include/config_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/sip/include/config_parser.h')
-rw-r--r--channels/sip/include/config_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/sip/include/config_parser.h b/channels/sip/include/config_parser.h
index 0b86188c6..76fefc2c6 100644
--- a/channels/sip/include/config_parser.h
+++ b/channels/sip/include/config_parser.h
@@ -43,7 +43,7 @@ int sip_parse_register_line(struct sip_registry *reg, int default_expiry, const
*/
int sip_parse_host(char *line, int lineno, char **hostname, int *portnum, enum sip_transport *transport);
-/*!
+/*!
* \brief register config parsing tests
*/
void sip_config_parser_register_tests(void);