[asterisk-commits] ooh323cDriver: Fix typo in header guard. (asterisk[master])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Jan 6 20:12:41 CST 2018


Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/7822 )

Change subject: ooh323cDriver: Fix typo in header guard.
......................................................................

ooh323cDriver: Fix typo in header guard.

ASTERISK-27551

Change-Id: I39ff66031e3373e895e2bc47b23a5e860ea4e012
---
M addons/ooh323cDriver.h
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Corey Farrell: Looks good to me, but someone else must approve
  Richard Mudgett: Looks good to me, approved
  Jenkins2: Approved for Submit



diff --git a/addons/ooh323cDriver.h b/addons/ooh323cDriver.h
index 333f01f..00bf9b5 100644
--- a/addons/ooh323cDriver.h
+++ b/addons/ooh323cDriver.h
@@ -14,7 +14,7 @@
  *
  *****************************************************************************/
 #ifndef _OO_H323CDRIVER_H_
-#define __OO_H323DRIVER_H_
+#define _OO_H323CDRIVER_H_
 #include "chan_ooh323.h"
 #include "ootypes.h"
 #include "ooh323ep.h"

-- 
To view, visit https://gerrit.asterisk.org/7822
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I39ff66031e3373e895e2bc47b23a5e860ea4e012
Gerrit-Change-Number: 7822
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-commits/attachments/20180106/f171956a/attachment.html>


More information about the asterisk-commits mailing list