From b29cb0d19a40265a14a132ab453a90612dd28e1b Mon Sep 17 00:00:00 2001 From: brucec Date: Mon, 17 Jan 2011 00:15:01 +0000 Subject: [PATCH] Add missing comma to unbreak the PC98 build. --- usr.sbin/sysinstall/menus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 444bb9306345..05778c328293 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -1860,7 +1860,7 @@ DMenu MenuSysconsKeymap = { "System Console Keymap", "The system console driver for FreeBSD defaults to a standard\n" "\"PC-98x1\" keyboard map. Users may wish to choose one of the\n" - "other keymaps below.\n" + "other keymaps below.", "Choose a keyboard map", NULL, { { "Japanese PC-98x1", "Japanese PC-98x1 keymap", dmenuVarCheck, dmenuSetKmapVariable, NULL, "keymap=jp.pc98" },