move brace inside the ifdef block

This commit is contained in:
Martin Kroeker 2021-12-16 09:37:58 +01:00 committed by GitHub
parent c8d05aa7a5
commit f3b51ec608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -112,10 +112,10 @@ int detect(void){
} else{ } else{
return CPU_SICORTEX; return CPU_SICORTEX;
} }
}
#endif #endif
return CPU_UNKNOWN; return CPU_UNKNOWN;
} }
}
char *get_corename(void){ char *get_corename(void){
return cpuname[detect()]; return cpuname[detect()];