aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-03-23 15:21:01 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-03-23 15:21:01 +0000
commitaa96462650a4523ddb546d53a0567f139296519f (patch)
treefa087a0582b1dae87046f6bb7b1a5b7b9b3feaaa /main.c
parent[w3m-dev 03827] Re: checking for GC_version... no (diff)
downloadw3m-aa96462650a4523ddb546d53a0567f139296519f.tar.gz
w3m-aa96462650a4523ddb546d53a0567f139296519f.zip
[w3m-dev 03828] possible typo in nextA
* main.c (nextA): fix typo? From: Daiki Ueno <ueno@unixuser.org>
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index a7822a1..2967b20 100644
--- a/main.c
+++ b/main.c
@@ -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];