Skip to content

Commit 8a0b086

Browse files
committed
add missing bracket for old glibc (cppcheck)
1 parent 3eed97f commit 8a0b086

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/others/init.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,7 @@ void gotoblas_affinity_init(void) {
903903
}
904904
#else
905905
common->num_procs = CPU_COUNT(sizeof(cpu_set_t),cpusetp);
906+
}
906907
#endif
907908

908909
#endif

0 commit comments

Comments
 (0)