This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
ed448goldilocks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix test issue found by scan-build
master
Mike Hamburg
10 years ago
parent
d2e5e0fe8c
commit
6d798e2940
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/test_pointops.c
+ 1
- 1
test/test_pointops.c
View File
@@ -295,7 +295,7 @@ int test_pointops (void) {
}
ret = single_twisting_test(&base);
//
if (ret) return ret;
if (ret) return ret;
}
return 0;
Write
Preview
Loading…
Cancel
Save