* dialog.h: Fixed a typo.

This commit is contained in:
Roland Illig 2005-01-09 16:15:24 +00:00
parent 135d787620
commit 205523301f

View File

@ -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;