move brace inside the ifdef block
This commit is contained in:
parent
c8d05aa7a5
commit
f3b51ec608
|
@ -112,10 +112,10 @@ int detect(void){
|
|||
} else{
|
||||
return CPU_SICORTEX;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
return CPU_UNKNOWN;
|
||||
}
|
||||
}
|
||||
|
||||
char *get_corename(void){
|
||||
return cpuname[detect()];
|
||||
|
|
Loading…
Reference in New Issue