Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52e2d51

Browse files
committed
Fixed latex2html weirdness for a footnote.
1 parent 9aa8543 commit 52e2d51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/ext/ext.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,8 +1294,8 @@ \subsection{NULL Pointers
12941294

12951295
The C function calling mechanism guarantees that the argument list
12961296
passed to C functions (\code{args} in the examples) is never
1297-
\NULL{} --- in fact it guarantees that it is always a tuple.%
1298-
\footnote{These guarantees don't hold when you use the ``old'' style
1297+
\NULL{} --- in fact it guarantees that it is always a tuple.\footnote{
1298+
These guarantees don't hold when you use the ``old'' style
12991299
calling convention --- this is still found in much existing code.}
13001300

13011301
It is a severe error to ever let a \NULL{} pointer ``escape'' to

0 commit comments

Comments
 (0)