clean nixide_api

This commit is contained in:
do butterflies cry? 2026-04-14 13:25:10 +10:00
parent db418c2411
commit 89bcc2dcff
Signed by: cry
GPG key ID: F68745A836CA0412
2 changed files with 1 additions and 9 deletions

View file

@ -9,6 +9,7 @@ extern "C" {
nix_err nix_register_plugin(nix_c_context * context, char * plugin)
{
// DEBUG: TODO
if (context)
context->last_err_code = NIX_OK;
if (plugin == nullptr) {