diff --git a/src/modules/filesystem/wrap_Filesystem.cpp b/src/modules/filesystem/wrap_Filesystem.cpp index cddd6f279..5efae8879 100644 --- a/src/modules/filesystem/wrap_Filesystem.cpp +++ b/src/modules/filesystem/wrap_Filesystem.cpp @@ -972,7 +972,7 @@ int extloader(lua_State *L) #ifdef LOVE_ANDROID // Specifically Android, look the library path based on getCRequirePath first - filepath = love::android::getCRequirePath()); + filepath = love::android::getCRequirePath(); if (!filepath.empty()) {