# HG changeset patch # User Tassilo Philipp # Date 1650708248 -7200 # Node ID 48eede2fa03464301f77d18c5f1d9b4427631b26 # Parent 71c884e610f0da2f3fe9baf43b3ba94b062ae946 typo diff -r 71c884e610f0 -r 48eede2fa034 doc/manual/manual_bindings.tex --- a/doc/manual/manual_bindings.tex Thu Apr 21 13:35:47 2022 +0200 +++ b/doc/manual/manual_bindings.tex Sat Apr 23 12:04:08 2022 +0200 @@ -166,7 +166,7 @@ double & f4(int, bool, char, double, const char*); & \sigstr{iBcdZ)d}\\ void & f5(short, long long, ...); & \sigstr{\_esl\_.di)v} (for (promoted) varargs: double, int)\\ struct A & f6(int, union B); & \sigstr{iA)A}\\ -short & Cls::f(unsigned char, ...); & \sigstr{\_*p\_eC\_.i)A} (C++: this-ptr as 1st arg, int as vararg)\\ +short & Cls::f(unsigned char, ...); & \sigstr{\_*p\_eC\_.i)s} (C++: this-ptr as 1st arg, int as vararg)\\ \end{tabular*} \caption{Type signature examples of function prototypes} \label{sigex}