X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=action_list_graphs.c;h=29e3d8b887839b3c3424578280e38e68e89c691a;hb=586ff0da90125e8449db2ee1b5894c5883255daa;hp=d7cea47f41f8635475c6e00bdf991e799a3fc422;hpb=57811ec03166433462141458b43b1347199e0519;p=collection4.git diff --git a/action_list_graphs.c b/action_list_graphs.c index d7cea47..29e3d8b 100644 --- a/action_list_graphs.c +++ b/action_list_graphs.c @@ -75,7 +75,8 @@ static int print_graph_inst_html (graph_config_t *cfg, /* {{{ */ memset (desc, 0, sizeof (desc)); inst_describe (cfg, inst, desc, sizeof (desc)); - printf ("
  • %s
  • \n", params, desc); + printf ("
  • %s
  • \n", + params, desc); return (0); } /* }}} int print_graph_inst_html */ @@ -88,9 +89,9 @@ static int print_graph_html (graph_config_t *cfg, /* {{{ */ memset (buffer, 0, sizeof (buffer)); graph_get_title (cfg, buffer, sizeof (buffer)); - printf ("
  • %s\n
  • \n"); return (0); } /* }}} int print_graph_html */