mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-12 05:58:15 -04:00
Add new line
This commit is contained in:
parent
cf9db7fd93
commit
c320aedbec
@ -25,7 +25,7 @@ int main(int argc, char* argv[]){
|
||||
auto fd = open(path.c_str());
|
||||
|
||||
if(fd.valid()){
|
||||
print(path);
|
||||
print_line(path);
|
||||
|
||||
close(*fd);
|
||||
} else {
|
||||
@ -37,4 +37,4 @@ int main(int argc, char* argv[]){
|
||||
}
|
||||
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user