mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Fix a syntax error
Introduced by the recent macro refactoring.
This commit is contained in:
parent
52d1ea8984
commit
b4d0dbcdcb
|
@ -133,7 +133,7 @@ absl::Status PffftMain() {
|
|||
|
||||
if (simd_size_iter == 0) simd_size_iter = 1;
|
||||
if (complex) {
|
||||
SAPI_RETURN_IF_ERROR(api.cffti(n, work_array.PtrBoth()))
|
||||
SAPI_RETURN_IF_ERROR(api.cffti(n, work_array.PtrBoth()));
|
||||
} else {
|
||||
SAPI_RETURN_IF_ERROR(api.rffti(n, work_array.PtrBoth()));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user