Fix stupid missing */ in commit

This commit is contained in:
Dave Davenport 2016-10-15 15:45:28 +02:00
parent f0981d6697
commit e95b2047bd
1 changed files with 3 additions and 2 deletions

View File

@ -17,8 +17,9 @@ extern xcb_stuff *xcb;
* Get the root window.
*
* @returns the root window.
xcb_window_t xcb_stuff_get_root_window ( xcb_stuff *xcb );
/**
*/
xcb_window_t xcb_stuff_get_root_window ( xcb_stuff *xcb );
/**
* @param xcb The xcb data structure.
*
* Disconnect and free all xcb connections and references.