llfs
Lornez asked to add static to the TAG
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
#define POSIX_MAX_FILES 10
|
#define POSIX_MAX_FILES 10
|
||||||
|
|
||||||
extern struct llfs_data_file* llfs_root;
|
extern struct llfs_data_file* llfs_root;
|
||||||
const char* TAG = "llfs";
|
static const char* TAG = "llfs";
|
||||||
static size_t file_count = 0; // Cache for the number of files in the filesystem
|
static size_t file_count = 0; // Cache for the number of files in the filesystem
|
||||||
static FILE* file_table[POSIX_MAX_FILES];
|
static FILE* file_table[POSIX_MAX_FILES];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user