Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-n3m0 committed May 9, 2023
1 parent 951fd09 commit 2a23f86
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion filesystem/filesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define FILESYSTEM_H

#include "../disk_operations/disk.h"
#include "../headers/stdio.h"
#include "../headers/stdio.h""

typedef void* (*FS_OPEN_FUNCTION)(struct disk* disk, char* filename, char mode);
typedef int (*FS_RESOLVE_FUNCTION)(struct disk* disk);
Expand Down

0 comments on commit 2a23f86

Please sign in to comment.