From e601c8cd9728f59faee1ffc6c46d30340aed7310 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 17 Apr 2017 14:39:03 +0900 Subject: [PATCH] Fix build error [Model] All [BinType] AP [Customer] OPEN [Issue#] N/A [Request] N/A [Occurrence Version] N/A [Problem] missing ending brace [Cause & Measure] add ending brace [Checking Method] N/A [Team] Open Source Management and Setting Part [Developer] dh0128.kwak [Solution company] Samsung [Change Type] N/A Change-Id: I498ef783268899cbeb1c44b37fdac1626532a33a Signed-off-by: DongHun Kwak --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.c b/process.c index 1e9a1e1..42f1311 100644 --- a/process.c +++ b/process.c @@ -2897,7 +2897,7 @@ unsigned ef_scan_for_izux(ef_buf, ef_len, ef_is_c, dos_mdatetime, #ifdef IZ_HAVE_UXUIDGID if (eb_len >= EB_UX3_MINLEN && z_uidgid != NULL - && (*((EB_HEADSIZE + 0) + ef_buf) == 1) + && (*((EB_HEADSIZE + 0) + ef_buf) == 1)) /* only know about version 1 */ { uch uid_size; -- 2.7.4