summaryrefslogtreecommitdiffstats
path: root/layout.c
diff options
context:
space:
mode:
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;
}
OpenPOWER on IntegriCloud