summaryrefslogtreecommitdiff
path: root/doc/genps.pl
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-15 21:32:56 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-15 21:32:56 +0000
commit7c96f11285d83194052f84737d2c1be29f3f9855 (patch)
tree863d31b7298ae04fda689fcce46dbc66bc15bf4d /doc/genps.pl
parentcae60c43448f099abf08863aa20e3a38f25a0bed (diff)
downloadnasm-7c96f11285d83194052f84737d2c1be29f3f9855.tar.gz
Fix a typo which caused the index to be generated incorrectly.
Diffstat (limited to 'doc/genps.pl')
-rwxr-xr-xdoc/genps.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/genps.pl b/doc/genps.pl
index 14db4d7f..7232d510 100755
--- a/doc/genps.pl
+++ b/doc/genps.pl
@@ -373,7 +373,7 @@ sub ps_flow_lines($$$@) {
}
}
}
- push(@l,@wd);
+ push(@l,@xd);
if ( scalar(@l) ) {
push(@ls, [[$type,0,undef,$fontset,0,0],[@l]]); # Final line
}