yet another cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2192 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-12-22 21:38:43 +00:00
parent 415b5d91cf
commit c0b9d19ed7
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ void not_found_msg(const char *str)
numchars = strnlen(disp, COLS / 2);
statusbar(_("\"%.*s%s\" not found"), numchars, disp,
disp[numchars] == '\0' ? "" : "...");
(disp[numchars] == '\0') ? "" : "...");
free(disp);
}