From: Alexander Traud Date: Fri, 5 Jan 2018 12:19:36 +0000 (+0100) Subject: ooh323cDriver: Fix typo in header guard. X-Git-Tag: 13.20.0-rc1~123^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c11999f14082e14359bc789b4ebc1c8fb47e8e31;p=thirdparty%2Fasterisk.git ooh323cDriver: Fix typo in header guard. ASTERISK-27551 Change-Id: I39ff66031e3373e895e2bc47b23a5e860ea4e012 --- diff --git a/addons/ooh323cDriver.h b/addons/ooh323cDriver.h index 333f01f333..00bf9b5519 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"