From 696bb6cedfb58bb420786675854355b409cf596e Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 27 May 2015 19:49:33 +0000 Subject: [PATCH] Trim spurious colon. --- usr.bin/vmstat/vmstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index e20268f27f83..0a3054ac50e9 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -1445,7 +1445,7 @@ display_object(struct kinfo_vmobject *kvo) str = "UC-"; break; #endif -#ifdef VM_MEMATTR_WB_WA: +#ifdef VM_MEMATTR_WB_WA case VM_MEMATTR_WB_WA: str = "WB"; break;