[v0.97] Fix compilation in macOS

This commit is contained in:
Dr-Noob
2021-04-09 15:49:21 +02:00
parent ecca042d86
commit ec5f80adc1
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
#include "../arm/midr.h"
#endif
static const char* VERSION = "0.96";
static const char* VERSION = "0.97";
void print_help(char *argv[]) {
const char **t = args_str;