diff options
author | Tai Vuong <tvuong@audiokinetic.com> | 2017-11-03 10:32:17 -0400 |
---|---|---|
committer | Tai Vuong <tvuong@audiokinetic.com> | 2017-11-03 10:32:17 -0400 |
commit | b929cdf5d0b27915e84e174c81ffd7e2b2f1beda (patch) | |
tree | 6335d4e1a094f6b8fc27f0ed17918281438528a3 /ahl-policy | |
parent | 5d2ee4455d95771d12cc6058bc19c0d6f7fe43d1 (diff) |
fix typo, breaking build
Diffstat (limited to 'ahl-policy')
-rw-r--r-- | ahl-policy/ahl-policy.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |