mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
Fix typo (#804)
This commit is contained in:
parent
2da5e5ee55
commit
a4ca32fdc1
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue