diff --git a/include/asterisk/app.h b/include/asterisk/app.h index 7cc02163c..b7d0e2fa7 100755 --- a/include/asterisk/app.h +++ b/include/asterisk/app.h @@ -197,7 +197,7 @@ int ast_app_group_match_get_count(char *groupmatch, char *category); unsigned int argc; \ char *argv[0]; \ arglist \ - } name; + } name /*! \brief Performs the 'standard' argument separation process for an application.