svn commit: r217492 - head/usr.sbin/sysinstall

Bruce Cran brucec at FreeBSD.org
Mon Jan 17 00:15:01 UTC 2011


Author: brucec
Date: Mon Jan 17 00:15:01 2011
New Revision: 217492
URL: http://svn.freebsd.org/changeset/base/217492

Log:
  Add missing comma to unbreak the PC98 build.

Modified:
  head/usr.sbin/sysinstall/menus.c

Modified: head/usr.sbin/sysinstall/menus.c
==============================================================================
--- head/usr.sbin/sysinstall/menus.c	Mon Jan 17 00:08:28 2011	(r217491)
+++ head/usr.sbin/sysinstall/menus.c	Mon Jan 17 00:15:01 2011	(r217492)
@@ -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" },


More information about the svn-src-all mailing list