add missing bracket for old glibc (cppcheck)

This commit is contained in:
Andrew 2018-01-12 22:35:48 +01:00
parent 3eed97f6b9
commit 8a0b086b28
1 changed files with 1 additions and 0 deletions

View File

@ -903,6 +903,7 @@ void gotoblas_affinity_init(void) {
}
#else
common->num_procs = CPU_COUNT(sizeof(cpu_set_t),cpusetp);
}
#endif
#endif