summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2018-01-06 20:16:21 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-01-06 20:16:21 -0600
commit96348acbe867c7befaf64e881957a38b836317b6 (patch)
tree153aa19d1e680d763027fbcb9c78dbc98da358a3
parentcee6de4e63e916b412331ba63f107e4a81f10376 (diff)
parentc11999f14082e14359bc789b4ebc1c8fb47e8e31 (diff)
Merge "ooh323cDriver: Fix typo in header guard." into 13
-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"