summaryrefslogtreecommitdiff
path: root/layout.c
diff options
context:
space:
mode:
authoruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2007-08-23 16:08:21 +0000
committeruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2007-08-23 16:08:21 +0000
commit4e3d1ebdce084d0723c4aeb29e83abc2d6dd32d7 (patch)
tree1645417f11a24ea1a316a7959246f5c4af75e789 /layout.c
parent9823fd2c92e2bbb5f6374c9b6f6c1330424f6e69 (diff)
downloadflashrom-4e3d1ebdce084d0723c4aeb29e83abc2d6dd32d7.tar.gz
Original v2 revision: 2748
Cosmetic fixes (trivial). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@130 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/layout.c b/layout.c
index 62715bd..6f87dd6 100644
--- a/layout.c
+++ b/layout.c
@@ -134,6 +134,7 @@ int read_romlayout(char *name)
}
fclose(romlayout);
+
return 0;
}
@@ -155,6 +156,7 @@ int find_romentry(char *name)
}
printf("not found.\n");
// Not found. Error.
+
return -1;
}