mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Remove useless initialization.
This commit is contained in:
parent
6867850154
commit
81d396da33
@ -435,7 +435,7 @@ int
|
|||||||
edit_save_as_cmd (WEdit *edit)
|
edit_save_as_cmd (WEdit *edit)
|
||||||
{
|
{
|
||||||
/* This heads the 'Save As' dialog box */
|
/* This heads the 'Save As' dialog box */
|
||||||
char *exp = 0;
|
char *exp;
|
||||||
int save_lock = 0;
|
int save_lock = 0;
|
||||||
int different_filename = 0;
|
int different_filename = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user