Merge "liblog: Build Problem, BOOLEAN"

This commit is contained in:
Mark Salyzyn 2015-12-09 00:04:53 +00:00 committed by Gerrit Code Review
commit cb3e6ef154
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ static void unlock()
struct cache {
const prop_info *pinfo;
uint32_t serial;
char c;
unsigned char c;
};
#define BOOLEAN_TRUE 0xFF