dect
/
asterisk
Archived
13
0
Fork 0

Fix extra semicolon (bug #5617)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6966 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2005-11-06 04:39:52 +00:00
parent d8b060b54f
commit 060f83d829
1 changed files with 1 additions and 1 deletions

View File

@ -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.