Merge "ooh323cDriver: Fix typo in header guard." into 13

This commit is contained in:
Richard Mudgett
2018-01-06 20:16:21 -06:00
committed by Gerrit Code Review

View File

@@ -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"