mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-13 00:19:49 +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
|
#elif ARCH_ARM
|
||||||
return "ARM";
|
return "ARM";
|
||||||
#elif ARCH_ARM64
|
#elif ARCH_ARM64
|
||||||
return "ARM64"
|
return "ARM64";
|
||||||
#else
|
#else
|
||||||
return "UNK_ARCH";
|
return "UNK_ARCH";
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue