From 72c64636a56781c165e839818356a839c9390710 Mon Sep 17 00:00:00 2001 From: blueswirl Date: Thu, 10 Jun 2010 18:35:25 +0000 Subject: [PATCH] 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 git-svn-id: svn://openbios.org/openbios/trunk/openbios-devel@793 f158a5a8-5612-0410-a976-696ce0be7e32 --- fs/hfs/hfs_fs.c | 2 +- fs/hfs/volume.c | 2 +- fs/hfsplus/hfsp_fs.c | 2 +- fs/hfsplus/volume.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/hfs/hfs_fs.c b/fs/hfs/hfs_fs.c index 1466a17..e58f724 100644 --- a/fs/hfs/hfs_fs.c +++ b/fs/hfs/hfs_fs.c @@ -466,4 +466,4 @@ fs_hfs_probe( int fd, llong offs ) return -1; return 0; -} \ No newline at end of file +} diff --git a/fs/hfs/volume.c b/fs/hfs/volume.c index e2d82cf..9effe49 100644 --- a/fs/hfs/volume.c +++ b/fs/hfs/volume.c @@ -609,4 +609,4 @@ v_probe(int fd, llong offset) free(mdb); return -1; -} \ No newline at end of file +} diff --git a/fs/hfsplus/hfsp_fs.c b/fs/hfsplus/hfsp_fs.c index 91c3813..3de6fdd 100644 --- a/fs/hfsplus/hfsp_fs.c +++ b/fs/hfsplus/hfsp_fs.c @@ -405,4 +405,4 @@ fs_hfsp_probe(int fd, llong offs) return -1; return 0; -} \ No newline at end of file +} diff --git a/fs/hfsplus/volume.c b/fs/hfsplus/volume.c index d496565..783b4b1 100644 --- a/fs/hfsplus/volume.c +++ b/fs/hfsplus/volume.c @@ -307,4 +307,4 @@ volume_probe(int fd, llong offset) free(vol); return -1; -} \ No newline at end of file +} -- 2.11.4.GIT