aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asterisk/app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index 42701158d..6d9aaa72c 100644
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -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 \