mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix PPC target build
Fix errors like this: ../fs/hfs/volume.c:612:2: error: no newline at end of file Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@793 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -466,4 +466,4 @@ fs_hfs_probe( int fd, llong offs )
|
||||
return -1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -609,4 +609,4 @@ v_probe(int fd, llong offset)
|
||||
|
||||
free(mdb);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user