Skip to content

Commit

Permalink
fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-n3m0 committed Jun 10, 2023
1 parent dad3acb commit 741fafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/filesystem/filesystem.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef FILE_H
#define FILE_H
#ifndef FILESYSTEM_H
#define FILESYSTEM_H

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

0 comments on commit 741fafc

Please sign in to comment.