This commit is contained in:
lazymio 2021-12-04 23:20:31 +01:00
parent 8a0ca8715e
commit 5eb5686538
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873

3
uc.c
View File

@ -35,7 +35,8 @@ unsigned int uc_version(unsigned int *major, unsigned int *minor)
*minor = UC_API_MINOR;
}
return (UC_API_MAJOR << 24) + (UC_API_MINOR << 16) + (UC_API_PATCH << 8) + UC_API_EXTRA;
return (UC_API_MAJOR << 24) + (UC_API_MINOR << 16) + (UC_API_PATCH << 8) +
UC_API_EXTRA;
}
UNICORN_EXPORT