summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ivyprobe.c2
1 files changed, 1 insertions, 1 deletions
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;
}