Fixed build error using Xcode 12.

Build error:
    duplicate symbol '_fannum'
    ld: 4 duplicate symbols for architecture x86_64
This commit is contained in:
Mike Woolley
2020-11-27 17:14:20 +00:00
parent 875c68b0d3
commit 407b7ecaa6

View File

@ -98,7 +98,7 @@ typedef struct {
typedef unsigned char SMCBytes_t[32];
UInt8 fannum[] = "0123456789ABCDEFGHIJ";
static UInt8 fannum[] = "0123456789ABCDEFGHIJ";
typedef struct {
UInt32 key;