fixed error in call of C_con_scon
authorceriel <none@none>
Wed, 4 Feb 1987 16:03:54 +0000 (16:03 +0000)
committerceriel <none@none>
Wed, 4 Feb 1987 16:03:54 +0000 (16:03 +0000)
modules/src/em_code/em_code.3X

index 872bbcb..37a5464 100644 (file)
@@ -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);