mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 21:01:24 +03:00
tweaks: avoid a compiler warning with --enable-tiny --enable-linenumbers
This commit is contained in:
parent
496dad696c
commit
8234c22c1e
@ -1254,8 +1254,9 @@ void confirm_margin(void)
|
||||
#ifndef NANO_TINY
|
||||
/* Ensure a proper starting column for the first screen row. */
|
||||
ensure_firstcolumn_is_aligned();
|
||||
focusing = keep_focus;
|
||||
#endif
|
||||
focusing = keep_focus;
|
||||
|
||||
/* The margin has changed -- schedule a full refresh. */
|
||||
refresh_needed = TRUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user