aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_bipc.c
diff options
context:
space:
mode:
authorThomas Knudsen <thokn@sdfe.dk>2017-10-19 19:04:06 +0200
committerThomas Knudsen <thokn@sdfe.dk>2017-10-19 19:04:06 +0200
commit2ef55da22cfb5eca21431ca5fdacb85b359dbb32 (patch)
treea5edb72482cf438cb74b39f284cc767cb58a9f21 /src/PJ_bipc.c
parent3cbef771c6f2012e82ce9c8640264e6a1f86cc77 (diff)
downloadPROJ-2ef55da22cfb5eca21431ca5fdacb85b359dbb32.tar.gz
PROJ-2ef55da22cfb5eca21431ca5fdacb85b359dbb32.zip
make selftest stubs return stub signal
Diffstat (limited to 'src/PJ_bipc.c')
-rw-r--r--src/PJ_bipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_bipc.c b/src/PJ_bipc.c
index ce726c06..7dd8a30f 100644
--- a/src/PJ_bipc.c
+++ b/src/PJ_bipc.c
@@ -171,4 +171,4 @@ PJ *PROJECTION(bipc) {
}
-int pj_bipc_selftest (void) {return 0;}
+int pj_bipc_selftest (void) {return 10000;}