From 761bf1bdb7268f8818dd22b15e944365afdf1459 Mon Sep 17 00:00:00 2001 From: Ollie Lho Date: Sat, 20 Mar 2004 16:46:10 +0000 Subject: Consolidate more jedec standard code Corresponding to flashrom svn r15 and coreboot v2 svn r1457. --- flash_on.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flash_on.c') diff --git a/flash_on.c b/flash_on.c index a43f1da..f1e8aca 100644 --- a/flash_on.c +++ b/flash_on.c @@ -73,5 +73,5 @@ int main() outb(0x02, 0x2e); outb(0x02, 0x2f); - return(0); + return (0); } -- cgit v1.1