Skip to content

Commit 1dbad38

Browse files
committed
Fix building docs
Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent 96927a9 commit 1dbad38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/bn.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2004,7 +2004,7 @@ \subsection{Example}
20042004
mp_error_to_string(e));
20052005
exit(EXIT_FAILURE);
20062006
}
2007-
printf("%d\n",output);
2007+
printf("%d\textbackslash{}n",output);
20082008
20092009
mp_clear(&x);
20102010
exit(EXIT_SUCCESS);

0 commit comments

Comments
 (0)