1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

FSP: trim trailing whitespaces.

This commit is contained in:
Laurent MONIN 2006-01-29 18:01:48 +01:00 committed by Laurent MONIN
parent af2cc87054
commit cf429c4ecc

View File

@ -159,7 +159,7 @@ fsp_directory(FSP_SESSION *ses, struct uri *uri)
sort_and_display_entries(dir, dircolor);
} else {
FSP_RDENTRY fentry, *fresult;
while (!fsp_readdir_native(dir, &fentry, &fresult)) {
if (!fresult) break;
display_entry(&fentry, dircolor);