From c11999f14082e14359bc789b4ebc1c8fb47e8e31 Mon Sep 17 00:00:00 2001 From: Alexander Traud Date: Fri, 5 Jan 2018 13:19:36 +0100 Subject: ooh323cDriver: Fix typo in header guard. ASTERISK-27551 Change-Id: I39ff66031e3373e895e2bc47b23a5e860ea4e012 --- addons/ooh323cDriver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3