Hello Paul Menzel, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/19032
to look at the new patch set (#3).
Change subject: src/lib/jpeg: Fix missing closing brace ......................................................................
src/lib/jpeg: Fix missing closing brace
There's a missing closing brace in fillbits function of jpeg.c which caused an avalanche of compilation errors.
This was introduced in commit 491c5b60 (src/lib: Move assignment out of if condition) which was reviewed in gerrit at https://review.coreboot.org/18761 and it prevents coreboot from building when CONFIG_BOOTSPLASH is set.
Change-Id: Ie10b774875fc25ce2ff613c542c15870e780a761 Signed-off-by: Youness Alaoui youness.alaoui@puri.sm --- M src/lib/jpeg.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/19032/3