diff --git a/oop_sys_run.html b/oop_sys_run.html index 46219c8429c158653793985d248443ae268650ac..a9beb59aeb257a6ea80d1e1f1ea7011f89dc55fa 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>