From fa542403b9938e27ecd1bdbe2caf4d0e446d3277 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Sat, 14 Mar 2009 14:54:59 +0100 Subject: [PATCH] Compile shputils.c --- src/Lib/shapelib/shputils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lib/shapelib/shputils.c b/src/Lib/shapelib/shputils.c index 2a04f5e3..3e8f065d 100644 --- a/src/Lib/shapelib/shputils.c +++ b/src/Lib/shapelib/shputils.c @@ -274,7 +274,7 @@ int main( int argc, char ** argv ) if (factor == 0) { if (infactor ==0) - { puts("ERROR: Input unit must be defined before output unit"); exit(); } + { puts("ERROR: Input unit must be defined before output unit"); exit(0); } factor=infactor/outfactor; } printf("Output file coordinate values will be factored by %lg\n",factor);