[w3m-dev 03828] possible typo in nextA

* main.c (nextA): fix typo?
From: Daiki Ueno <ueno@unixuser.org>
This commit is contained in:
Fumitoshi UKAI
2003-03-23 15:21:01 +00:00
parent 65cc7f676c
commit aa96462650
2 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
2003-03-24 Daiki Ueno <ueno@unixuser.org>
* [w3m-dev 03828] possible typo in nextA
* main.c (nextA): fix typo?
2003-03-22 Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03827] Re: checking for GC_version... no
@@ -7563,4 +7568,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
$Id: ChangeLog,v 1.799 2003/03/22 14:58:33 ukai Exp $
$Id: ChangeLog,v 1.800 2003/03/23 15:21:01 ukai Exp $
+2 -2
View File
@@ -1,4 +1,4 @@
/* $Id: main.c,v 1.218 2003/03/06 14:30:27 ukai Exp $ */
/* $Id: main.c,v 1.219 2003/03/23 15:21:02 ukai Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
@@ -3490,7 +3490,7 @@ nextA(void)
int hseq = an->hseq + 1;
do {
if (hseq >= hl->nmark) {
pan = an;
an = pan;
goto _end;
}
po = &hl->marks[hseq];