From 74ea3e6334d149e278e128b84c64edc7d543d34e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 8 May 2016 03:10:05 +0200 Subject: Fix small error in refsheet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/refsheet.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/refsheet.tex') diff --git a/doc/refsheet.tex b/doc/refsheet.tex index 502bed2..7680629 100644 --- a/doc/refsheet.tex +++ b/doc/refsheet.tex @@ -121,10 +121,10 @@ Unless specified otherwise, returns are {\tt void} and all parameters are of typ \textbf{Marshallisation} \\ \entry{zsave(a, b)} {Marshal $a$ into $b$} {returns \size{} number of saved bytes,} -\cont {{\tt b} is a {\tt void *\_t}} +\cont {{\tt b} is a {\tt void *}} \entry{zsave(a, NULL)} {Get marshal-size of $a$} {returns \size{}} \entry{zload(a, b)} {Unmarshal $a$ from $b$} {returns \size{} number of read bytes,} -\cont {{\tt b} is a {\tt const void *\_t}} +\cont {{\tt b} is a {\tt const void *}} %\\ \textbf{Number theory} \\ -- cgit v1.2.3-70-g09d2