added missing newline at end of printf()
This commit is contained in:
parent
1fc3e40c4e
commit
38eb3d5167
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ int main(int argc, char** argv)
|
|||
exit(1);
|
||||
}
|
||||
testdirent = readdir(testdir);
|
||||
printf("1. Dirent: %s", testdirent->d_name);
|
||||
printf("1. Dirent: %s\n", testdirent->d_name);
|
||||
closedir(testdir);
|
||||
|
||||
return errno;
|
||||
|
|
Loading…
Add table
Reference in a new issue