Explorar o código

libgis: add missing space to G__usage_html()

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70863 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz %!s(int64=8) %!d(string=hai) anos
pai
achega
030cd54b0b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/gis/parser_html.c

+ 1 - 1
lib/gis/parser_html.c

@@ -262,7 +262,7 @@ void G__usage_html(void)
 
                             if (thumbnails)
                                 fprintf(stdout, "<img height=\"12\" "
-                                        "style=\"max-width: 80;\""
+                                        "style=\"max-width: 80;\" "
                                         "src=\"%s/%s.png\" alt=\"%s\"> ",
                                         thumbnails, opt->opts[i], opt->opts[i]);
                         }