aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTai Vuong <tvuong@audiokinetic.com>2017-11-03 10:32:17 -0400
committerTai Vuong <tvuong@audiokinetic.com>2017-11-03 10:32:17 -0400
commitb929cdf5d0b27915e84e174c81ffd7e2b2f1beda (patch)
tree6335d4e1a094f6b8fc27f0ed17918281438528a3
parent5d2ee4455d95771d12cc6058bc19c0d6f7fe43d1 (diff)
fix typo, breaking build
-rw-r--r--ahl-binding/ahl-config.c2
-rw-r--r--ahl-policy/ahl-policy.c2
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;