Re: [PATCH v2 1/2] android_ab: Add missing semicolon

2024-03-12 Thread Mattijs Korpershoek
On jeu., mars 07, 2024 at 16:54, Sam Protsenko wrote: > On Thu, Mar 7, 2024 at 4:11 PM Colin McAllister > wrote: >> >> Found a missing semicolon in code protected by a #if that will never >> evaluate to true due to a separate issue. Fixing this issue before >> addressing the #if. >> >>

Re: [PATCH v2 1/2] android_ab: Add missing semicolon

2024-03-07 Thread Sam Protsenko
On Thu, Mar 7, 2024 at 4:11 PM Colin McAllister wrote: > > Found a missing semicolon in code protected by a #if that will never > evaluate to true due to a separate issue. Fixing this issue before > addressing the #if. > > Signed-off-by: Colin McAllister > Cc: Joshua Watt > Cc: Simon Glass >

[PATCH v2 1/2] android_ab: Add missing semicolon

2024-03-07 Thread Colin McAllister
Found a missing semicolon in code protected by a #if that will never evaluate to true due to a separate issue. Fixing this issue before addressing the #if. Signed-off-by: Colin McAllister Cc: Joshua Watt Cc: Simon Glass --- boot/android_ab.c | 2 +- 1 file changed, 1 insertion(+), 1