housekeeping

This commit is contained in:
scawful
2024-08-07 01:21:52 -04:00
parent 2a1509b311
commit 8c13ef3e23
5 changed files with 16 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ Extension* extension = nullptr;
Extension* GetExtension() { return nullptr; }
void loadCExtension(const char* extensionPath) {
void LoadCExtension(const char* extensionPath) {
handle = dlopen(extensionPath, RTLD_LAZY);
if (!handle) {
std::cerr << "Cannot open extension: " << dlerror() << std::endl;