Skip to content

Commit 073c507

Browse files
committed
Oopsie
1 parent db70fa3 commit 073c507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monodroid/jni/embedded-assemblies.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ EmbeddedAssemblies::standalone_dso_open_from_bundles (dynamic_local_string<SENSI
238238

239239
if (index == -1) {
240240
log_debug (LOG_ASSEMBLY, "assembly '%s' not found in the DSO assembly index array", name.get ());
241-
return null;
241+
return nullptr;
242242
}
243243

244244
AssemblyIndexEntry const& entry = xa_assembly_index[index];

0 commit comments

Comments
 (0)