ls: renamed functions, no CamelCase

This commit is contained in:
Max Kellermann
2009-01-04 17:46:42 +01:00
parent 6a008b52d1
commit 45597cc571
6 changed files with 29 additions and 18 deletions

View File

@@ -346,7 +346,7 @@ static void
update_regular_file(struct directory *directory,
const char *name, const struct stat *st)
{
const char *suffix = getSuffix(name);
const char *suffix = uri_get_suffix(name);
if (suffix == NULL)
return;