[asterisk-commits] ooh323cDriver: Fix typo in header guard. (asterisk[13])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Jan 6 20:16:22 CST 2018
Richard Mudgett has submitted this change and it was merged. ( https://gerrit.asterisk.org/7823 )
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; 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/7823
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: merged
Gerrit-Change-Id: I39ff66031e3373e895e2bc47b23a5e860ea4e012
Gerrit-Change-Number: 7823
Gerrit-PatchSet: 1
Gerrit-Owner: 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/8e05ecd5/attachment.html>
More information about the asterisk-commits
mailing list