Commit 80605c39 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: exclude an unlikely warning from the tiny version

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment