1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00
This commit is contained in:
Sven-Hendrik Haase 2018-05-14 15:46:34 +02:00 committed by Dave Davenport
parent 2da5e5ee55
commit a4ca32fdc1

View file

@ -106,7 +106,7 @@ void mode_destroy ( Mode *mode );
*
* Get the number of entries in the mode.
*
* @returns an unsigned in with the number of entries.
* @returns an unsigned int with the number of entries.
*/
unsigned int mode_get_num_entries ( const Mode *mode );