mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
compilation fix -miguel
This commit is contained in:
parent
09343b2393
commit
10d7865679
@ -329,8 +329,6 @@ view (char *_command, char *_file, int *move_dir_p, int start_line)
|
|||||||
if (move_dir_p)
|
if (move_dir_p)
|
||||||
*move_dir_p = 0;
|
*move_dir_p = 0;
|
||||||
|
|
||||||
scrollbar = gtk_vscrollbar_new (sadj);
|
|
||||||
|
|
||||||
/* Please note that if you add another widget,
|
/* Please note that if you add another widget,
|
||||||
* you have to modify view_adjust_size to
|
* you have to modify view_adjust_size to
|
||||||
* be aware of it
|
* be aware of it
|
||||||
|
Loading…
Reference in New Issue
Block a user