Restore the return statement. It was accidentally removed by rev 188429.

This commit is contained in:
Yoshihiro Takahashi 2009-03-10 11:14:03 +00:00
parent b9bbb597b1
commit 9541ada9a0

View File

@ -268,6 +268,7 @@ g_part_pc98_dumpconf(struct g_part_table *table,
entry = (struct g_part_pc98_entry *)baseentry;
if (entry == NULL) {
/* confxml: scheme information */
return;
}
type = entry->ent.dp_mid + (entry->ent.dp_sid << 8);