Browse Source

missing commas

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48492 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 years ago
parent
commit
86437c3e73
2 changed files with 2 additions and 2 deletions
  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      #",
     ""
 };