[GRASS-SVN] r37531 - grass-addons/ps/ps.output
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 27 02:48:45 EDT 2009
Author: ejtizado
Date: 2009-05-27 02:48:43 -0400 (Wed, 27 May 2009)
New Revision: 37531
Modified:
grass-addons/ps/ps.output/local_proto.h
Log:
Coorected a bug
Modified: grass-addons/ps/ps.output/local_proto.h
===================================================================
--- grass-addons/ps/ps.output/local_proto.h 2009-05-27 06:39:16 UTC (rev 37530)
+++ grass-addons/ps/ps.output/local_proto.h 2009-05-27 06:48:43 UTC (rev 37531)
@@ -212,7 +212,7 @@
/* set_rlegend.c */
int set_rlegend_cats(void);
int set_rlegend_gradient(void);
-static double nice_step(double, int);
+static double nice_step(double, int, int*);
/* set_scalebar.c */
char *strnumber(double);
More information about the grass-commit
mailing list