diff options
Diffstat (limited to 'include/xcb/xcb.h')
-rw-r--r-- | include/xcb/xcb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xcb/xcb.h b/include/xcb/xcb.h index 4722a270c..dda28bcdc 100644 --- a/include/xcb/xcb.h +++ b/include/xcb/xcb.h @@ -279,7 +279,6 @@ xcb_generic_event_t *xcb_wait_for_event(xcb_connection_t *c); /** * @brief Returns the next event or error from the server. * @param c: The connection to the X server. - * error status of the operation. * @return The next event from the server. * * Returns the next event or error from the server, if one is |