fixed error in call of C_con_scon
This commit is contained in:
parent
694f7dfee4
commit
6ce38d28ae
|
@ -241,7 +241,7 @@ A sequence of calls to get this, is
|
|||
.RS
|
||||
.nf
|
||||
C_con_icon("23", (arith)4);
|
||||
C_con_scon("hello world");
|
||||
C_con_scon("hello world", (arith) 11);
|
||||
C_con_dlb((label)12, (arith)0);
|
||||
C_con_dnam("table", (arith)12);
|
||||
C_con_ilb((label)33);
|
||||
|
|
Loading…
Reference in a new issue