From 4a532beed0dd40358064eb818e5291e520845c8c Mon Sep 17 00:00:00 2001 From: sc Date: Mon, 11 Jan 1999 11:36:59 +0000 Subject: IvyChannelStop -> IvyStop --- src/ivyprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivyprobe.c') diff --git a/src/ivyprobe.c b/src/ivyprobe.c index 6135e52..9e9a0f6 100644 --- a/src/ivyprobe.c +++ b/src/ivyprobe.c @@ -62,7 +62,7 @@ void HandleStdin( Channel channel, HANDLE fd, void *data) IvyXtChannelClose( channel ); #else IvyChannelClose( channel ); - IvyChannelStop(); + IvyStop(); #endif return; } -- cgit v1.1