aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-24 22:36:19 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-24 22:36:19 +0000
commit2f5a91773292c5a8cf7d9746c6c311cf2226f6e1 (patch)
treec93ad4f0ded04adc38db3b38f1f21401b9f86e7f
parentb3c21d1aa02d5b9998ca9efddec65251d691f606 (diff)
ummm... might be good if this macro argument was actually used :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100306 f38db490-d61c-443f-a65b-d21fe96a405b
-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 \