From: Kevin P. Fleming Date: Thu, 24 Jan 2008 22:36:19 +0000 (+0000) Subject: ummm... might be good if this macro argument was actually used :-) X-Git-Tag: 1.6.0-beta2~2^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4668cb2d54e0be9a43d9a870e4ed46aeb76cd019;p=thirdparty%2Fasterisk.git 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 --- diff --git a/include/asterisk/app.h b/include/asterisk/app.h index 42701158d5..6d9aaa72cc 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 \