mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:17:34 +00:00
Yet more coding style fixes.
This commit is contained in:
parent
f31e1ceab0
commit
aff89d2fd7
18 changed files with 197 additions and 199 deletions
|
@ -181,7 +181,7 @@ static int sh_cd(int argc, const char** argv)
|
|||
sprintf(pathbuf, "%s/%s", g->cwd.characters(), argv[1]);
|
||||
|
||||
FileSystemPath canonicalPath(pathbuf);
|
||||
if (!canonicalPath.isValid()) {
|
||||
if (!canonicalPath.is_valid()) {
|
||||
printf("FileSystemPath failed to canonicalize '%s'\n", pathbuf);
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue