tweaks: exclude an unlikely warning from the tiny version
parent
d3012be095
commit
80605c3918
|
@ -180,7 +180,9 @@ void renumber(filestruct *line)
|
||||||
ssize_t number;
|
ssize_t number;
|
||||||
|
|
||||||
if (line == NULL) {
|
if (line == NULL) {
|
||||||
|
#ifndef NANO_TINY
|
||||||
statusline(ALERT, "Trying to renumber nothing -- please report a bug");
|
statusline(ALERT, "Trying to renumber nothing -- please report a bug");
|
||||||
|
#endif
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue