Clean up lint errors
This commit is contained in:
parent
54a555168d
commit
21c259df9c
13 changed files with 57 additions and 58 deletions
|
|
@ -89,7 +89,7 @@ static vector<string> list_directory(string dir_name) {
|
|||
if (name != "." && name != "..")
|
||||
result.push_back(dir_name + "/" + name);
|
||||
}
|
||||
|
||||
|
||||
closedir(dir);
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue