tweaks: exclude an unlikely warning from the tiny version

master
Benno Schulenberg 2018-03-06 12:05:04 +01:00
parent d3012be095
commit 80605c3918
1 changed files with 2 additions and 0 deletions

View File

@ -180,7 +180,9 @@ void renumber(filestruct *line)
ssize_t number;
if (line == NULL) {
#ifndef NANO_TINY
statusline(ALERT, "Trying to renumber nothing -- please report a bug");
#endif
return;
}