[Asterisk-code-review] Expand #ifdef to contain whole if statement. (asterisk[master])
Chris Trobridge
asteriskteam at digium.com
Wed May 4 04:11:04 CDT 2016
Chris Trobridge has uploaded a new change for review.
https://gerrit.asterisk.org/2757
Change subject: Expand #ifdef to contain whole if statement.
......................................................................
Expand #ifdef to contain whole if statement.
Change-Id: If6961ec54be276d5ab4f012ee7e7b420cb45de38
---
M main/config_options.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/57/2757/1
diff --git a/main/config_options.c b/main/config_options.c
index e59e5cf..c58dfdd 100644
--- a/main/config_options.c
+++ b/main/config_options.c
@@ -198,8 +198,8 @@
#ifdef AST_DEVMODE
opt->doc_unavailable = 1;
#endif
-#endif
}
+#endif
}
/* The container(s) should hold the only ref to opt */
ao2_ref(opt, -1);
--
To view, visit https://gerrit.asterisk.org/2757
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If6961ec54be276d5ab4f012ee7e7b420cb45de38
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Chris Trobridge <chris.trobridge at ultra-aep.com>
More information about the asterisk-code-review
mailing list