Skip to content
Snippets Groups Projects
Commit 09f339bd authored by Alexander Traud's avatar Alexander Traud
Browse files

ooh323cDriver: Fix typo in header guard.

ASTERISK-27551

Change-Id: I39ff66031e3373e895e2bc47b23a5e860ea4e012
parent 4eccf697
Branches
Tags
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* *
*****************************************************************************/ *****************************************************************************/
#ifndef _OO_H323CDRIVER_H_ #ifndef _OO_H323CDRIVER_H_
#define __OO_H323DRIVER_H_ #define _OO_H323CDRIVER_H_
#include "chan_ooh323.h" #include "chan_ooh323.h"
#include "ootypes.h" #include "ootypes.h"
#include "ooh323ep.h" #include "ooh323ep.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment