mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 02:20:12 +01:00
trivial: fix variable name in declaration
This commit is contained in:
parent
7d73ee75df
commit
16cd4f6892
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ NmtNewtWidget *nmt_newt_listbox_new (int height,
|
|||
NmtNewtListboxFlags flags);
|
||||
|
||||
void nmt_newt_listbox_set_height (NmtNewtListbox *listbox,
|
||||
int active);
|
||||
int height);
|
||||
|
||||
void nmt_newt_listbox_append (NmtNewtListbox *listbox,
|
||||
const char *entry,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue