Skip to content

Commit

Permalink
examples: cleanup read_file_ll
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Aug 2, 2023
1 parent ac21643 commit d74ce68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/read_file_ll.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*/

#include <sqsh.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>

Expand Down Expand Up @@ -43,7 +42,7 @@ main(int argc, char *argv[]) {
struct SqshFileIterator *iterator =
sqsh_file_iterator_new(inode, &error_code);
if (error_code != 0) {
sqsh_perror(error_code, "sqsh_directory_iterator_new");
sqsh_perror(error_code, "sqsh_file_iterator_new");
return 1;
}

Expand Down

0 comments on commit d74ce68

Please sign in to comment.