]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - sys-utils/chmem.c
libmount: add support for MS_REMOUNT on --all
[thirdparty/util-linux.git] / sys-utils / chmem.c
index 4a4439a2222ee1dddbb703ebc7f20761a55d18bd..861f6cfd22906de43eb08d560bcaadf0bec2c72e 100644 (file)
@@ -354,7 +354,7 @@ static void __attribute__((__noreturn__)) usage(void)
 
 int main(int argc, char **argv)
 {
-       struct chmem_desc _desc = { }, *desc = &_desc;
+       struct chmem_desc _desc = { }, *desc = &_desc;
        int cmd = CMD_NONE, zone_id = -1;
        char *zone = NULL;
        int c, rc;