From 064a059cec4e70715fcc04b99a03c9fd0834decf Mon Sep 17 00:00:00 2001
From: Dan Egnor <egnor@ofb.net>
Date: Wed, 7 Feb 2001 05:24:36 +0000
Subject: [PATCH] OOP_ERROR

---
 oop_sys_run.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/oop_sys_run.html b/oop_sys_run.html
index 46219c8..a9beb59 100644
--- a/oop_sys_run.html
+++ b/oop_sys_run.html
@@ -32,7 +32,8 @@ value.  You can use this technique to allow callbacks to return data to the
 ``owner'' of the event loop (the caller of oop_sys_run).  You may then decide 
 whether to restart the event loop (by calling oop_sys_run again) or not.<p>
 
-If an error occurs waiting for events, or no event sinks are registered (which
-would lead to an infinite delay), oop_sys_run returns OOP_CONTINUE.<p>
+If an error occurs waiting for events, oop_sys_run returns OOP_ERROR.
+If no event sinks are registered (which would lead to an infinite delay), 
+oop_sys_run returns OOP_CONTINUE.<p>
 
 <hr><a href="ref">liboop reference</a></body></html>
-- 
GitLab