From: Mark Spencer Date: Sun, 6 Nov 2005 04:39:52 +0000 (+0000) Subject: Fix extra semicolon (bug #5617) X-Git-Tag: 1.2.0-rc1~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf63421f67b93ef88f4bd3d60b56712a010fac0;p=thirdparty%2Fasterisk.git Fix extra semicolon (bug #5617) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6966 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/app.h b/include/asterisk/app.h index 7cc02163c5..b7d0e2fa7f 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.