trivial: fix variable name in declaration
This commit is contained in:
@@ -51,7 +51,7 @@ NmtNewtWidget *nmt_newt_listbox_new (int height,
|
|||||||
NmtNewtListboxFlags flags);
|
NmtNewtListboxFlags flags);
|
||||||
|
|
||||||
void nmt_newt_listbox_set_height (NmtNewtListbox *listbox,
|
void nmt_newt_listbox_set_height (NmtNewtListbox *listbox,
|
||||||
int active);
|
int height);
|
||||||
|
|
||||||
void nmt_newt_listbox_append (NmtNewtListbox *listbox,
|
void nmt_newt_listbox_append (NmtNewtListbox *listbox,
|
||||||
const char *entry,
|
const char *entry,
|
||||||
|
Reference in New Issue
Block a user