1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

fix missing const char*

This commit is contained in:
Zdeněk Kabeláč 2008-11-18 10:13:23 +00:00
parent f7d624e684
commit a0d668e850

View File

@ -1218,7 +1218,7 @@ static void _nonroot_warning(void)
int lvm2_main(int argc, char **argv, unsigned is_static)
{
char *base;
const char *base;
int ret, alias = 0;
struct cmd_context *cmd;