Cuddle else statments, that's the way of the samurai - also minor cleanup.

This commit is contained in:
Joachim Nilsson
2010-07-26 02:03:31 +02:00
parent 02acd55b2e
commit bde0c0c9d6
2 changed files with 17 additions and 22 deletions

View File

@@ -192,8 +192,7 @@ char *el_filename_complete(char *pathname, int *match)
free(new);
}
}
}
else {
} else {
*match = 0;
if (len) {
/* Find largest matching substring. */