[warnings] fixed clang build warnings

This commit is contained in:
akallabeth
2023-11-17 09:13:08 +01:00
committed by akallabeth
parent 8e7561534e
commit ceb7bd1d41
10 changed files with 18 additions and 18 deletions

View File

@@ -168,7 +168,7 @@ static void terminate_plugin_cb(GENERIC_DYNVC_PLUGIN* base)
static const IWTSVirtualChannelCallback ainput_functions = { ainput_on_data_received,
NULL, /* Open */
ainput_on_close };
ainput_on_close, NULL };
/**
* Function description