Skip to content

Commit

Permalink
Oops. Missed a NULL return earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Oct 23, 2022
1 parent ce80cb4 commit 45d64c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ffi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,8 @@ extern "C" {
signalUnknownError(outError);
}
#endif

return NULL;
}

// --- CXmpDateTime ---
Expand Down

0 comments on commit 45d64c5

Please sign in to comment.