Fix this so it compiles by adding a missing quote.

This commit is contained in:
John Baldwin 2000-07-20 17:43:11 +00:00
parent d2ea40c23f
commit 380d03438d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63677
3 changed files with 3 additions and 3 deletions

View File

@ -555,7 +555,7 @@ DMenu MenuMediaFTP = {
VAR_FTP_PATH _AS("=ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/") },
{ " IPv6 Ready", "ftp7.jp.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AP("=ftp://ftp7.jp.freebsd.org") },
{ " Periodic SNAPs at ftp.freebsd.org, "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
{ " Periodic SNAPs at ftp.freebsd.org", "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AS("=ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/") },
{ "Argentina", "ftp.ar.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AP("=ftp://ftp.ar.freebsd.org") },

View File

@ -555,7 +555,7 @@ DMenu MenuMediaFTP = {
VAR_FTP_PATH _AS("=ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/") },
{ " IPv6 Ready", "ftp7.jp.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AP("=ftp://ftp7.jp.freebsd.org") },
{ " Periodic SNAPs at ftp.freebsd.org, "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
{ " Periodic SNAPs at ftp.freebsd.org", "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AS("=ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/") },
{ "Argentina", "ftp.ar.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AP("=ftp://ftp.ar.freebsd.org") },

View File

@ -555,7 +555,7 @@ DMenu MenuMediaFTP = {
VAR_FTP_PATH _AS("=ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/") },
{ " IPv6 Ready", "ftp7.jp.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AP("=ftp://ftp7.jp.freebsd.org") },
{ " Periodic SNAPs at ftp.freebsd.org, "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
{ " Periodic SNAPs at ftp.freebsd.org", "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AS("=ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/") },
{ "Argentina", "ftp.ar.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AP("=ftp://ftp.ar.freebsd.org") },