summaryrefslogtreecommitdiffstats
path: root/cbtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'cbtable.c')
-rw-r--r--cbtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbtable.c b/cbtable.c
index e5668404d..6185f125a 100644
--- a/cbtable.c
+++ b/cbtable.c
@@ -205,7 +205,7 @@ static struct lb_header *find_lb_table(void *base, unsigned long start,
msg_pdbg("Found coreboot table at 0x%08lx.\n", addr);
return head;
- };
+ }
return NULL;
}