[w3m-dev 02847]

* menu.c (initSelectMenu): use /* */ instead of //
From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
This commit is contained in:
Fumitoshi UKAI
2002-01-16 02:51:37 +00:00
parent 5446d79271
commit c49454aaaa
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2002-01-16 Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
* [w3m-dev 02847]
* menu.c (initSelectMenu): use /* */ instead of //
2002-01-16 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> 2002-01-16 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 02846] * [w3m-dev 02846]
@@ -1993,4 +1998,4 @@
* release-0-2-1 * release-0-2-1
* import w3m-0.2.1 * import w3m-0.2.1
$Id: ChangeLog,v 1.226 2002/01/16 02:50:04 ukai Exp $ $Id: ChangeLog,v 1.227 2002/01/16 02:51:37 ukai Exp $

4
menu.c
View File

@@ -1,4 +1,4 @@
/* $Id: menu.c,v 1.12 2002/01/14 15:59:17 ukai Exp $ */ /* $Id: menu.c,v 1.13 2002/01/16 02:51:37 ukai Exp $ */
/* /*
* w3m menu.c * w3m menu.c
*/ */
@@ -1281,7 +1281,7 @@ initSelectMenu(void)
conv_from_system(buf->currentURL.real_file)); conv_from_system(buf->currentURL.real_file));
} }
break; break;
// case SCM_UNKNOWN: /* case SCM_UNKNOWN: */
case SCM_MISSING: case SCM_MISSING:
break; break;
default: default: