]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/loopdev: minor bug fix: add missing semicolon
authorSami Kerola <kerolasa@iki.fi>
Sat, 14 Jul 2012 21:35:41 +0000 (23:35 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 16 Jul 2012 16:18:21 +0000 (18:18 +0200)
commit510a1a3450e5691ef71f722ddeb4b8c857f2c912
tree8c75d69a94daa2da7a6ea6ae59847056af76cd36
parent3b1d28792d84649a204940936a7bef8a4d7b9ddc
lib/loopdev: minor bug fix: add missing semicolon

Missing semicolon made test_loop_info() to return function
loopcxt_enable_debug() return value, which happen to be void.  I
suspect the loopcxt_enable_debug() was usually not executed, while it
should be.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
lib/loopdev.c