From ddf63421f67b93ef88f4bd3d60b56712a010fac0 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sun, 6 Nov 2005 04:39:52 +0000 Subject: Fix extra semicolon (bug #5617) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6966 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/app.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk') 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. -- cgit v1.2.3