From: kremlin Date: Thu, 7 Aug 2014 04:19:53 +0000 (-0500) Subject: minor, remove extra comma X-Git-Tag: gsoc-final~35 X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=commitdiff_plain;ds=inline;h=6edc347a0f6499d820206f93d4d6ac8893d374be;p=systembsd.git minor, remove extra comma --- diff --git a/src/interfaces/hostnamed/hostnamed.c b/src/interfaces/hostnamed/hostnamed.c index 3677acf..aa86a38 100644 --- a/src/interfaces/hostnamed/hostnamed.c +++ b/src/interfaces/hostnamed/hostnamed.c @@ -88,7 +88,7 @@ gchar *CHASSIS, *ICON; const struct SYSCTL_LOOKUP_TABLE chassis_indicator_table[] = { { "QEMU Virtual CPU", "container", NULL, FALSE, FALSE }, /* could be QEMU running in userspace or as part of KVM */ - { "KVM", "vm", , "drive-multidisk", FALSE, FALSE }, + { "KVM", "vm", "drive-multidisk", FALSE, FALSE }, { "SmartDC HVM", "vm", "drive-multidisk", TRUE, TRUE }, /* oracle solaris kvm */ { "VirtualBox", "container", "drive-optical", TRUE, TRUE }, { "VMware, Inc.", "container", "drive-optical", TRUE, TRUE },