From 7b4ed04617c70e240c43dcfd4bcf9c54aac6fe1a Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Fri, 30 Nov 2001 11:10:36 +0000 Subject: [w3m-dev 02599] From: Tsutomu Okada --- ChangeLog | 5 +++++ main.c | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0f95bdb..71706fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-30 Tsutomu Okada + + * [w3m-dev 02599] + * main.c comment reformat + 2001-11-30 Fumitoshi UKAI * [w3m-dev 02598] diff --git a/main.c b/main.c index 38e1cfd..b6d9c43 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.28 2001/11/30 10:00:06 ukai Exp $ */ +/* $Id: main.c,v 1.29 2001/11/30 11:10:36 ukai Exp $ */ #define MAINPROGRAM #include "fm.h" #include @@ -18,8 +18,7 @@ #if defined(USE_GPM) || defined(USE_SYSMOUSE) extern int do_getch(); #define getch() do_getch() -#endif /* defined(USE_GPM) || * - * defined(USE_SYSMOUSE) */ +#endif /* defined(USE_GPM) || defined(USE_SYSMOUSE) */ #endif #define DSTR_LEN 256 @@ -2034,8 +2033,7 @@ editBf(void) if (fn == NULL || Currentbuf->pagerSource != NULL || /* Behaving as a pager */ (Currentbuf->type == NULL && Currentbuf->edit == NULL) || /* Reading shell */ - Currentbuf->real_scheme != SCM_LOCAL || !strcmp(Currentbuf->currentURL.file, "-") || /* file is std * - * input */ + Currentbuf->real_scheme != SCM_LOCAL || !strcmp(Currentbuf->currentURL.file, "-") || /* file is std input */ Currentbuf->bufferprop & BP_FRAME) { /* Frame */ disp_err_message("Can't edit other than local file", TRUE); return; -- cgit v1.2.3