mirror of
https://github.com/davatorium/rofi.git
synced 2025-03-10 17:06:37 -04:00
Fix typo in function declaration documentation
This commit is contained in:
parent
be6bf5fd01
commit
b136631cb9
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ void widget_enable ( widget *widget );
|
|||
void widget_draw ( widget *widget, cairo_t *d );
|
||||
|
||||
/**
|
||||
* @param widget Handle to the widget
|
||||
* @param wid Handle to the widget
|
||||
*
|
||||
* Free the widget and all allocated memory.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue