mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
fix semicolum
This commit is contained in:
parent
197d161c91
commit
2661ad0fa7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ namespace HISP.Server
|
|||
#elif ARCH_ARM
|
||||
return "ARM";
|
||||
#elif ARCH_ARM64
|
||||
return "ARM64"
|
||||
return "ARM64";
|
||||
#else
|
||||
return "UNK_ARCH";
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue