Explorar o código

fixed a typo in declaration of meta file system

ShizZy %!s(int64=13) %!d(string=hai) anos
pai
achega
8a95dd3f11
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/core/src/system.cpp

+ 2 - 2
src/core/src/system.cpp

@@ -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) {
 }