[GRASS-SVN] r46987 - in grass/trunk/include: . vect

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 5 06:21:14 EDT 2011


Author: martinl
Date: 2011-07-05 03:21:14 -0700 (Tue, 05 Jul 2011)
New Revision: 46987

Modified:
   grass/trunk/include/display.h
   grass/trunk/include/vect/dig_structs.h
Log:
update headers: D_save_command()


Modified: grass/trunk/include/display.h
===================================================================
--- grass/trunk/include/display.h	2011-07-05 10:20:51 UTC (rev 46986)
+++ grass/trunk/include/display.h	2011-07-05 10:21:14 UTC (rev 46987)
@@ -158,6 +158,7 @@
 
 int D_open_driver(void);
 void D_close_driver(void);
+int D_save_command(const char *);
 
 void D_get_window(double *, double *, double *, double *);
 

Modified: grass/trunk/include/vect/dig_structs.h
===================================================================
--- grass/trunk/include/vect/dig_structs.h	2011-07-05 10:20:51 UTC (rev 46986)
+++ grass/trunk/include/vect/dig_structs.h	2011-07-05 10:21:14 UTC (rev 46987)
@@ -1240,7 +1240,7 @@
     /*!
       \brief X coordinate
     */
-    double x;			/* X coordinate */
+    double x;
     /*!
       \brief Y coordinate
     */



More information about the grass-commit mailing list