[Asterisk-code-review] ooh323cDriver: Fix typo in header guard. (asterisk[13])
Alexander Traud
asteriskteam at digium.com
Fri Jan 5 06:19:57 CST 2018
Alexander Traud has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/23/7823/1
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: newchange
Gerrit-Change-Id: I39ff66031e3373e895e2bc47b23a5e860ea4e012
Gerrit-Change-Number: 7823
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180105/2bef530b/attachment.html>
More information about the asterisk-code-review
mailing list