diff -Nru a/include/asterisk/app.h b/include/asterisk/app.h --- a/include/asterisk/app.h 2005-02-22 09:32:11 -07:00 +++ b/include/asterisk/app.h 2005-02-22 09:32:11 -07:00 @@ -59,7 +59,7 @@ struct ast_ivr_menu { char *title; /* Title of menu */ unsigned int flags; /* Flags */ - struct ast_ivr_option options[]; /* All options */ + struct ast_ivr_option options[0]; /* All options */ }; /*! Runs an IVR menu, returns 0 on successful completion, -1 on hangup, or -2 on user error in menu */