move brace inside the ifdef block
This commit is contained in:
parent
c8d05aa7a5
commit
f3b51ec608
|
@ -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()];
|
||||||
|
|
Loading…
Reference in New Issue