1
0
Fork 0
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:
Dave Davenport 2017-04-25 11:59:25 +02:00
parent be6bf5fd01
commit b136631cb9

View file

@ -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.
*/