mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* dialog.h: Fixed a typo.
This commit is contained in:
parent
135d787620
commit
205523301f
@ -116,7 +116,7 @@ typedef struct Widget Widget;
|
||||
/* Widget callback */
|
||||
typedef cb_ret_t (*callback_fn) (Widget *widget, widget_msg_t msg, int parm);
|
||||
|
||||
/* Every Widget must have this as it's first element */
|
||||
/* Every Widget must have this as its first element */
|
||||
struct Widget {
|
||||
int x, y;
|
||||
int cols, lines;
|
||||
|
Loading…
Reference in New Issue
Block a user