diff options
-rw-r--r-- | ahl-binding/ahl-config.c | 2 | ||||
-rw-r--r-- | ahl-policy/ahl-policy.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ahl-binding/ahl-config.c b/ahl-binding/ahl-config.c index c60cb9c..c0854a8 100644 --- a/ahl-binding/ahl-config.c +++ b/ahl-binding/ahl-config.c @@ -84,7 +84,7 @@ static char* CtlConfigSearch(const char *dirList, const char *prefix) { int ParseHLBConfig() { char * versionStr = NULL; - json_object * jAudioRoles = NUL L; + json_object * jAudioRoles = NULL; json_object * jHALList = NULL; char * policyModule = NULL; diff --git a/ahl-policy/ahl-policy.c b/ahl-policy/ahl-policy.c index 4a34ed8..a7a5a3b 100644 --- a/ahl-policy/ahl-policy.c +++ b/ahl-policy/ahl-policy.c @@ -27,7 +27,7 @@ #ifndef AHL_DISCONNECT_POLICY -#define AK_POLICY_DEMO //For Audiokinetic demo only +//#define AK_POLICY_DEMO //For Audiokinetic demo only typedef struct StreamPolicyInfo { streamID_t streamID; |