Fix off-by-one error in documentation for xcb_*_end
When rem=0, data is a one-past-the-end pointer. This is the correct behavior for code like:
for (; formats.rem; xcb_format_next(&formats))
...
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
When rem=0, data is a one-past-the-end pointer. This is the correct behavior for code like:
for (; formats.rem; xcb_format_next(&formats))
...