Format code

This commit is contained in:
mio
2024-09-21 17:59:23 +08:00
parent a5fa548049
commit 87c0b86248
3 changed files with 32 additions and 11 deletions

View File

@@ -65,7 +65,7 @@ typedef size_t uc_hook;
#define UNICORN_DEPRECATED __declspec(deprecated)
#else
#pragma message( \
"WARNING: You need to implement UNICORN_DEPRECATED for this compiler")
"WARNING: You need to implement UNICORN_DEPRECATED for this compiler")
#define UNICORN_DEPRECATED
#endif