diff options
| author | J08nY | 2017-02-14 03:14:57 +0100 |
|---|---|---|
| committer | J08nY | 2017-02-14 03:14:57 +0100 |
| commit | 0c5ff628d52678bb44b9c595daf1289833d0e532 (patch) | |
| tree | 913d36f318b30e7984aced1a654d00656d117eb3 /src/math/curve.c | |
| parent | 4230a5eb009c92cf7ffe83658e6bf926bccb1400 (diff) | |
| download | ecgen-0c5ff628d52678bb44b9c595daf1289833d0e532.tar.gz ecgen-0c5ff628d52678bb44b9c595daf1289833d0e532.tar.zst ecgen-0c5ff628d52678bb44b9c595daf1289833d0e532.zip | |
Diffstat (limited to 'src/math/curve.c')
| -rw-r--r-- | src/math/curve.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/curve.c b/src/math/curve.c index e9d1364..57f46e6 100644 --- a/src/math/curve.c +++ b/src/math/curve.c @@ -71,7 +71,7 @@ int curve_seed(curve_t *curve, config_t *config, ...) { return curve_seed_f2m(curve, config); default: pari_err_TYPE("curve_seed", curve->field); - return 0; /* NOT REACHABLE */ + return INT_MIN; /* NOT REACHABLE */ } } |
