summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys-utils/chmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/chmem.c b/sys-utils/chmem.c
index 4a4439a22..861f6cfd2 100644
--- a/sys-utils/chmem.c
+++ b/sys-utils/chmem.c
@@ -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 = { 0 }, *desc = &_desc;
int cmd = CMD_NONE, zone_id = -1;
char *zone = NULL;
int c, rc;