<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/16354">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">dialplan: Add one static and fix two whitespace errors.<br><br>Change-Id: Ia14d515ab63e773097adc6af772ca7123a392f83<br>---<br>M res/res_calendar.c<br>M res/res_fax.c<br>2 files changed, 5 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/54/16354/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/res/res_calendar.c b/res/res_calendar.c</span><br><span>index f629e3d..95f3e20 100644</span><br><span>--- a/res/res_calendar.c</span><br><span>+++ b/res/res_calendar.c</span><br><span>@@ -1112,8 +1112,8 @@</span><br><span> }</span><br><span> </span><br><span> static struct ast_custom_function calendar_busy_function = {</span><br><span style="color: hsl(0, 100%, 40%);">-    .name = "CALENDAR_BUSY",</span><br><span style="color: hsl(0, 100%, 40%);">-    .read = calendar_busy_exec,</span><br><span style="color: hsl(120, 100%, 40%);">+ .name = "CALENDAR_BUSY",</span><br><span style="color: hsl(120, 100%, 40%);">+    .read = calendar_busy_exec,</span><br><span> };</span><br><span> </span><br><span> static int add_event_to_list(struct eventlist *events, struct ast_calendar_event *event, time_t start, time_t end)</span><br><span>@@ -1297,8 +1297,8 @@</span><br><span> }</span><br><span> </span><br><span> static struct ast_custom_function calendar_query_function = {</span><br><span style="color: hsl(0, 100%, 40%);">-    .name = "CALENDAR_QUERY",</span><br><span style="color: hsl(0, 100%, 40%);">-    .read = calendar_query_exec,</span><br><span style="color: hsl(120, 100%, 40%);">+  .name = "CALENDAR_QUERY",</span><br><span style="color: hsl(120, 100%, 40%);">+   .read = calendar_query_exec,</span><br><span> };</span><br><span> </span><br><span> static void calendar_join_attendees(struct ast_calendar_event *event, char *buf, size_t len)</span><br><span>diff --git a/res/res_fax.c b/res/res_fax.c</span><br><span>index 9619afa..be7f509 100644</span><br><span>--- a/res/res_fax.c</span><br><span>+++ b/res/res_fax.c</span><br><span>@@ -4739,7 +4739,7 @@</span><br><span> }</span><br><span> </span><br><span> /*! \brief FAXOPT dialplan function */</span><br><span style="color: hsl(0, 100%, 40%);">-struct ast_custom_function acf_faxopt = {</span><br><span style="color: hsl(120, 100%, 40%);">+static struct ast_custom_function acf_faxopt = {</span><br><span>        .name = "FAXOPT",</span><br><span>  .read = acf_faxopt_read,</span><br><span>     .write = acf_faxopt_write,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/16354">change 16354</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/16354"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ia14d515ab63e773097adc6af772ca7123a392f83 </div>
<div style="display:none"> Gerrit-Change-Number: 16354 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>