1
1

tweaks: exclude an unlikely warning from the tiny version

Этот коммит содержится в:
Benno Schulenberg 2018-03-06 12:05:04 +01:00
родитель d3012be095
Коммит 80605c3918

Просмотреть файл

@ -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;
}