diff options
Diffstat (limited to 'util/flashrom/layout.c')
-rw-r--r-- | util/flashrom/layout.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/flashrom/layout.c b/util/flashrom/layout.c index 62715bd3f9..6f87dd6fe1 100644 --- a/util/flashrom/layout.c +++ b/util/flashrom/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; } |