Skip to content
Snippets Groups Projects
Commit 8a95dd3f authored by ShizZy's avatar ShizZy
Browse files

fixed a typo in declaration of meta file system

parent e0cb54ea
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@
namespace System {
extern volatile State g_state;
extern MetaFileSystem g_ctr_file_system;
volatile State g_state;
MetaFileSystem g_ctr_file_system;
void UpdateState(State state) {
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment