Fix typo in dynamic_zarch.c

This commit is contained in:
Susi Lehtola 2020-02-11 14:46:30 +13:00 committed by GitHub
parent 3bec250cf9
commit dff173e50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ char* gotoblas_corename(void) {
} }
// __builtin_cpu_is is not supported by zarch // __builtin_cpu_is is not supported by zarch
static gotolabs_t* get_coretype(void) { static gotoblas_t* get_coretype(void) {
FILE* infile; FILE* infile;
char buffer[512], * p; char buffer[512], * p;