cleanup: namespace Montauk (capital M) => montauk::abi
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <Sched/Scheduler.hpp>
|
||||
#include <Libraries/Memory.hpp>
|
||||
|
||||
namespace Montauk {
|
||||
namespace montauk::abi {
|
||||
|
||||
static int ParseDrivePrefix(const char* path, int* outPrefixLen = nullptr) {
|
||||
if (path == nullptr || path[0] < '0' || path[0] > '9') return -1;
|
||||
|
||||
Reference in New Issue
Block a user