Fix my copypaste blunder with get_corename
This commit is contained in:
+2
-2
@@ -58,7 +58,7 @@ void get_libname(void){
|
||||
printf("v9\n");
|
||||
}
|
||||
|
||||
void get_corename(void){
|
||||
printf("sparc\n");
|
||||
char *get_corename(void){
|
||||
return "sparc";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user