From: John Ferlan Date: Mon, 8 Apr 2013 14:15:42 +0000 (-0400) Subject: Remove extraneous comma in info_cpu_stats and opts_cpu_stats X-Git-Tag: v1.0.5-rc1~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad86ebb286a53545fa6c5e981ea077c1eb0e3673;p=thirdparty%2Flibvirt.git Remove extraneous comma in info_cpu_stats and opts_cpu_stats --- diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index bd6192e425..dc73c0f7f2 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -6111,7 +6111,7 @@ static const vshCmdInfo info_cpu_stats[] = { {.name = "desc", .data = N_("Display per-CPU and total statistics about the domain's CPUs") }, - {.name = NULL}, + {.name = NULL} }; static const vshCmdOptDef opts_cpu_stats[] = { @@ -6132,7 +6132,7 @@ static const vshCmdOptDef opts_cpu_stats[] = { .type = VSH_OT_INT, .help = N_("Number of shown CPUs at most") }, - {.name = NULL}, + {.name = NULL} }; static bool