Fix typo in comment
This commit is contained in:
parent
fc9e31ff62
commit
1dc6012aea
2
widget.c
2
widget.c
|
@ -128,7 +128,7 @@ widget_common_button_press(Widget *widget, XButtonPressedEvent *ev)
|
||||||
* cannot be told anything
|
* cannot be told anything
|
||||||
* \param widget the widget
|
* \param widget the widget
|
||||||
* \param command unused argument
|
* \param command unused argument
|
||||||
* \return widget_tell_status_t enum (strucs.h)
|
* \return widget_tell_status_t enum (see structs.h)
|
||||||
*/
|
*/
|
||||||
static widget_tell_status_t
|
static widget_tell_status_t
|
||||||
widget_common_tell(Widget *widget, char *property __attribute__ ((unused)),
|
widget_common_tell(Widget *widget, char *property __attribute__ ((unused)),
|
||||||
|
|
Loading…
Reference in New Issue