Fix compiler warning

Mismatched declaration and definition.
This commit is contained in:
Val S. 2025-10-12 16:15:39 -04:00
parent bcf2e5eebd
commit 1389a2ebf6
No known key found for this signature in database
GPG key ID: 3A7D293D8274CA1B

View file

@ -390,6 +390,6 @@ cl_error_t cli_matchmeta(cli_ctx *ctx, const char *fname, size_t fsizec, size_t
* - 9 - MachO * - 9 - MachO
* @param ctx The current scan context * @param ctx The current scan context
*/ */
void cli_targetinfo(struct cli_target_info *info, unsigned int target, cli_ctx *ctx); void cli_targetinfo(struct cli_target_info *info, cli_target_t target, cli_ctx *ctx);
#endif #endif