ummm... might be good if this macro argument was actually used :-)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100306 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2008-01-24 22:36:19 +00:00
parent 8b7dc8e93e
commit 4668cb2d54

View File

@@ -298,7 +298,7 @@ int ast_app_group_list_unlock(void);
of the structure. That must be done separately.
*/
#define AST_DEFINE_APP_ARGS_TYPE(type, arglist) \
struct { \
struct type { \
unsigned int argc; \
char *argv[0]; \
arglist \