Parcourir la source

missing commas

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48492 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman il y a 13 ans
Parent
commit
86437c3e73
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      ps/ps.map/get_scalebar.c
  2. 1 1
      ps/ps.map/getgrid.c

+ 1 - 1
ps/ps.map/get_scalebar.c

@@ -18,7 +18,7 @@ static char *help[] = {
     "numbers	no_labels",
     "fontsize   fontsize",
     "background [Y|n]",
-    "width      #"
+    "width      #",
     ""
 };
 

+ 1 - 1
ps/ps.map/getgrid.c

@@ -18,7 +18,7 @@ static char *help[] = {
     "cross	cross_size",
     "color      color",
     "numbers    # [color]",
-    "width      #"
+    "width      #",
     ""
 };