ossp-pkg/l2/l2_test.c 1.39 -> 1.40
--- l2_test.c 2001/11/04 14:08:24 1.39
+++ l2_test.c 2001/11/05 20:39:35 1.40
@@ -74,9 +74,9 @@
if (l2_env_formatter(env, 'S', l2_util_fmt_dump, NULL) != L2_OK)
die("failed to configure formatter for %%S");
- /* create nop channel */
- if ((l2_channel_create(&ch, env, &l2_handler_nop)) != L2_OK)
- die("failed to create nop channel");
+ /* create noop channel */
+ if ((l2_channel_create(&ch, env, &l2_handler_noop)) != L2_OK)
+ die("failed to create noop channel");
/* create prefix channel */
if ((l2_channel_create(&chPrefix, env, &l2_handler_prefix)) != L2_OK)
|
|