Skip to content

Commit

Permalink
forgot semicolon
Browse files Browse the repository at this point in the history
tcc requires it?
  • Loading branch information
divinity76 authored Feb 2, 2024
1 parent e9b0456 commit f72d884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/blake3_dispatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ size_t blake3_simd_degree(void) {
}
#endif
#else
MAYBE_UNUSED(get_cpu_features)
MAYBE_UNUSED(get_cpu_features);
#endif
#if BLAKE3_USE_NEON == 1
return 4;
Expand Down

0 comments on commit f72d884

Please sign in to comment.