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:
Blue Swirl
2010-06-10 18:35:25 +00:00
parent 372ad163dc
commit 4cac87e606
4 changed files with 4 additions and 4 deletions

View File

@@ -466,4 +466,4 @@ fs_hfs_probe( int fd, llong offs )
return -1;
return 0;
}
}

View File

@@ -609,4 +609,4 @@ v_probe(int fd, llong offset)
free(mdb);
return -1;
}
}