1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-10 15:44:41 -05:00

Merge branch 'next' of github:DaveDavenport/rofi into next

This commit is contained in:
Dave Davenport 2018-05-16 22:06:34 +02:00
commit bc42f244fa

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 );