Fix accidental deletion

This commit is contained in:
Martin Kroeker 2020-07-28 10:08:41 +00:00 committed by GitHub
parent ba27936ceb
commit c4176105d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1456,7 +1456,7 @@ int get_cpuname(void){
case 3: case 3:
case 7: case 7:
case 10: case 10:
return CPUTYPE_BARCELONA return CPUTYPE_BARCELONA;
case 5: case 5:
return CPUTYPE_BOBCAT; return CPUTYPE_BOBCAT;
case 6: case 6: