1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00

fix return code

This commit is contained in:
Alasdair Kergon 2004-05-05 18:39:30 +00:00
parent 736e31313c
commit 9c333277cc

View File

@ -51,7 +51,7 @@ static int _pvdisplay_single(struct cmd_context *cmd, struct volume_group *vg,
if (!arg_count(cmd, maps_ARG))
return ECMD_PROCESSED;
return 0;
return ECMD_PROCESSED;
}
int pvdisplay(struct cmd_context *cmd, int argc, char **argv)