From: Chris Trobridge Date: Wed, 4 May 2016 08:17:26 +0000 (+0100) Subject: config_options.c: Expand #ifdef to contain whole if statement. X-Git-Tag: 13.10.0-rc1~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd00c71aae12ddfb8af9ca5fab41b1badd50ca5a;p=thirdparty%2Fasterisk.git config_options.c: Expand #ifdef to contain whole if statement. ASTERISK-25956 #close Change-Id: If6961ec54be276d5ab4f012ee7e7b420cb45de38 --- diff --git a/main/config_options.c b/main/config_options.c index db99a441d9..c8988c984f 100644 --- a/main/config_options.c +++ b/main/config_options.c @@ -197,9 +197,9 @@ static int link_option_to_types(struct aco_info *info, struct aco_type **types, xmldoc_update_config_option(types, info->module, opt->name, type->name, opt->default_val, opt->match_type == ACO_REGEX, opt->type)) { #ifdef AST_DEVMODE opt->doc_unavailable = 1; -#endif #endif } +#endif } /* The container(s) should hold the only ref to opt */ ao2_ref(opt, -1);