X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_tool.c;h=f536fa517926a15d60791b888fad285a08ab342f;hb=41b639b52f7ffe4b0b268ce12d6cb2cd2dbe5a02;hp=f978eaa580aeda2563dac863d35f1fbc844c3795;hpb=8d278938aef5adefa2915dd446abc028cc764550;p=rrdtool.git diff --git a/src/rrd_tool.c b/src/rrd_tool.c index f978eaa..f536fa5 100644 --- a/src/rrd_tool.c +++ b/src/rrd_tool.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.3rc7 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_tool.c Startup wrapper *****************************************************************************/ @@ -804,7 +804,7 @@ int HandleInputLine( } } else if (strcmp("graphv", argv[1]) == 0) { - rrd_info_t *grinfo = NULL; /* 1 to distinguish it from the NULL that rrd_graph sends in */ + rrd_info_t *grinfo = NULL; /* 1 to distinguish it from the NULL that rrd_graph sends in */ grinfo = rrd_graph_v(argc - 1, &argv[1]); if (grinfo) {