summaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorAlexander Traud <pabstraud@compuserve.com>2018-01-05 13:19:36 +0100
committerAlexander Traud <pabstraud@compuserve.com>2018-01-05 13:19:36 +0100
commit09f339bda56d08a1b78359bcabaf2f9cc3234b03 (patch)
treeb9e9c362d737822efeafb1a0d1388faa40b2440c /addons
parent4eccf697e1c9ee87655cf8a56449dc353cec8a66 (diff)
ooh323cDriver: Fix typo in header guard.
ASTERISK-27551 Change-Id: I39ff66031e3373e895e2bc47b23a5e860ea4e012
Diffstat (limited to 'addons')
-rw-r--r--addons/ooh323cDriver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/ooh323cDriver.h b/addons/ooh323cDriver.h
index 333f01f33..00bf9b551 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"