mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
Fix extra semicolon (bug #5617)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6966 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -197,7 +197,7 @@ int ast_app_group_match_get_count(char *groupmatch, char *category);
|
|||||||
unsigned int argc; \
|
unsigned int argc; \
|
||||||
char *argv[0]; \
|
char *argv[0]; \
|
||||||
arglist \
|
arglist \
|
||||||
} name;
|
} name
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Performs the 'standard' argument separation process for an application.
|
\brief Performs the 'standard' argument separation process for an application.
|
||||||
|
Reference in New Issue
Block a user