mirror of https://github.com/MidnightCommander/mc
* hotlist.c (add_new_entry_input): Fix warnings.
This commit is contained in:
parent
3653343e4d
commit
0b032ef66f
|
@ -1,3 +1,7 @@
|
|||
2004-09-17 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* hotlist.c (add_new_entry_input): Fix warnings.
|
||||
|
||||
2004-09-14 Leonard den Ottolander <leonard * den ottolander nl>
|
||||
|
||||
* utilunix.c (tilde_expand): Fix extra slash in result from
|
||||
|
|
|
@ -820,7 +820,9 @@ static void add_widgets_i18n(QuickWidget* qw, int len)
|
|||
}
|
||||
#endif /* ENABLE_NLS */
|
||||
|
||||
static int add_new_entry_input (const char *header, const char *text1, const char *text2, const char *help, char **r1, char **r2)
|
||||
static int
|
||||
add_new_entry_input (const char *header, char *text1, char *text2,
|
||||
const char *help, char **r1, char **r2)
|
||||
{
|
||||
#define RELATIVE_Y_BUTTONS 4
|
||||
#define RELATIVE_Y_LABEL_PTH 3
|
||||
|
|
Loading…
Reference in New Issue