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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ahl-binding') 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; -- cgit 1.2.3-korg