From b929cdf5d0b27915e84e174c81ffd7e2b2f1beda Mon Sep 17 00:00:00 2001 From: Tai Vuong Date: Fri, 3 Nov 2017 10:32:17 -0400 Subject: fix typo, breaking build --- ahl-binding/ahl-config.c | 2 +- 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; -- cgit 1.2.3-korg