aboutsummaryrefslogtreecommitdiff
path: root/src/proj.c
diff options
context:
space:
mode:
authorThomas Knudsen <lastname DOT firstname AT gmail DOT com>2016-04-05 19:36:04 +0200
committerThomas Knudsen <lastname DOT firstname AT gmail DOT com>2016-04-05 19:36:04 +0200
commit2cd5e4f988e7f2d89f259ad2f3ac69be825acb75 (patch)
tree2c8667d414e168e7961fcdc089b1e1c4f5fcdc1f /src/proj.c
parenteeea65526dfd0301a7759a978a5b8fcbcf5baecd (diff)
downloadPROJ-2cd5e4f988e7f2d89f259ad2f3ac69be825acb75.tar.gz
PROJ-2cd5e4f988e7f2d89f259ad2f3ac69be825acb75.zip
Minor corrections
Removed som debugging leftovers, and corrected the behaviour of new proj option -C / -VC, for checking internal regression tests.
Diffstat (limited to 'src/proj.c')
-rw-r--r--src/proj.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proj.c b/src/proj.c
index 40c6df94..00853994 100644
--- a/src/proj.c
+++ b/src/proj.c
@@ -269,6 +269,7 @@ int main(int argc, char **argv) {
continue;
case 'C': /* Check - run internal regression tests */
pj_run_selftests (very_verby);
+ return 0;
continue;
case 'v': /* monitor dump of initialization */
mon = 1;