Browse Source

fix test issue found by scan-build

master
Mike Hamburg 10 years ago
parent
commit
6d798e2940
1 changed files with 1 additions and 1 deletions
  1. +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;


Loading…
Cancel
Save