commit 77e2915791d49b7086483c1fd86c27fce4fb0780
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Fri May 13 04:44:18 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Fri May 13 04:44:18 2016 +0200
Fix indentation in manual
Signed-off-by: Mattias Andrée <maandree_AT_kth.se>
diff --git a/doc/not-implemented.tex b/doc/not-implemented.tex
index 7269251..3fd4d37 100644
--- a/doc/not-implemented.tex
+++ b/doc/not-implemented.tex
_AT_@ -546,9 +546,9 @@ character manually with using {\tt zxor}.
\label{sec:Character retrieval}
\begin{alltt}
- uint64_t
- getu(z_t a)
- \{
- return zzero(a) ? 0 : a->chars[0];
- \}
+uint64_t
+etu(z_t a)
+\{
+ return zzero(a) ? 0 : a->chars[0];
+\}
\end{alltt}
Received on Fri May 13 2016 - 04:44:26 CEST
This archive was generated by hypermail 2.3.0
: Fri May 13 2016 - 04:48:16 CEST