]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: Fix stray semicolon in libxfs/rdwr.c
authorEric Sandeen <sandeen@redhat.com>
Thu, 14 Nov 2013 20:54:02 +0000 (20:54 +0000)
committerRich Johnston <rjohnston@sgi.com>
Mon, 18 Nov 2013 00:53:30 +0000 (18:53 -0600)
commit64eb960fb0d95bab9aa0c28f8c809bcaaeac564f
tree58c9e2d22f3fdb853c74640c230d27f65f8304f3
parent79e106f05f0fbffb89ab5401fb97af5391c6291f
xfsprogs: Fix stray semicolon in libxfs/rdwr.c

The commit:

800db1c1 libxfs: refactor libxfs_buf_read_map for xfs_db

introduced a stray semicolon during the refactoring.  Luckily it
only breaks the error case.

(Caught by Coverity, CID 1128894)

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
libxfs/rdwr.c