Skip to content

Commit 7126fcf

Browse files
authored
fix extraneous brace
1 parent 18e2fe9 commit 7126fcf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

driver/others/dynamic.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,6 @@ static gotoblas_t *get_coretype(void){
838838
return &gotoblas_ZEN;
839839
else
840840
return &gotoblas_BARCELONA;
841-
}
842841
}
843842
if (ecx & (1 << 0)) return &gotoblas_OPTERON_SSE3;
844843
else return &gotoblas_OPTERON;

0 commit comments

Comments
 (0)