tweaks: avoid a compiler warning with --enable-tiny --enable-linenumbers
parent
496dad696c
commit
8234c22c1e
|
@ -1254,8 +1254,9 @@ void confirm_margin(void)
|
||||||
#ifndef NANO_TINY
|
#ifndef NANO_TINY
|
||||||
/* Ensure a proper starting column for the first screen row. */
|
/* Ensure a proper starting column for the first screen row. */
|
||||||
ensure_firstcolumn_is_aligned();
|
ensure_firstcolumn_is_aligned();
|
||||||
focusing = keep_focus;
|
|
||||||
#endif
|
#endif
|
||||||
|
focusing = keep_focus;
|
||||||
|
|
||||||
/* The margin has changed -- schedule a full refresh. */
|
/* The margin has changed -- schedule a full refresh. */
|
||||||
refresh_needed = TRUE;
|
refresh_needed = TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue