From: Alexander Traud Date: Fri, 5 Jan 2018 12:19:36 +0000 (+0100) Subject: ooh323cDriver: Fix typo in header guard. X-Git-Tag: 16.0.0-rc1~463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f339bda56d08a1b78359bcabaf2f9cc3234b03;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"