[GRASS-SVN] r73845 -	grass/branches/releasebranch_7_4/display/d.legend.vect
    svn_grass at osgeo.org 
    svn_grass at osgeo.org
       
    Wed Dec 26 02:12:49 PST 2018
    
    
  
Author: neteler
Date: 2018-12-26 02:12:49 -0800 (Wed, 26 Dec 2018)
New Revision: 73845
Modified:
   grass/branches/releasebranch_7_4/display/d.legend.vect/main.c
Log:
avoid C++ style comments in C
Modified: grass/branches/releasebranch_7_4/display/d.legend.vect/main.c
===================================================================
--- grass/branches/releasebranch_7_4/display/d.legend.vect/main.c	2018-12-26 10:11:24 UTC (rev 73844)
+++ grass/branches/releasebranch_7_4/display/d.legend.vect/main.c	2018-12-26 10:12:49 UTC (rev 73845)
@@ -23,7 +23,7 @@
 int main(int argc, char **argv)
 {
     struct GModule *module;
-//    struct Option *opt_input, *opt_sep;
+/*    struct Option *opt_input, *opt_sep; */
     struct Option *opt_at, *opt_cols, *opt_font, *opt_fontsize,
             *opt_fontcolor, *opt_title, *opt_tit_font, *opt_tit_fontsize, *opt_sub_font,
             *opt_sub_fontsize, *opt_bcolor, *opt_bgcolor, *opt_symb_size,
    
    
More information about the grass-commit
mailing list