X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_graph.h;h=2b1c05be921676622129bf4e400f919a8a1c2502;hb=6abd9aa12683af559ac1752bc1958e0e0b930280;hp=1b452848edb0e15663dd08c3285bab1200166fe4;hpb=8d278938aef5adefa2915dd446abc028cc764550;p=rrdtool.git diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 1b45284..2b1c05b 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -244,8 +244,8 @@ typedef struct image_desc_t { cairo_font_options_t *font_options; /* cairo font options */ cairo_antialias_t graph_antialias; /* antialiasing for the graph */ - rrd_info_t *grinfo; /* root pointer to extra graph info */ - rrd_info_t *grinfo_current; /* pointing to current entry */ + rrd_info_t *grinfo; /* root pointer to extra graph info */ + rrd_info_t *grinfo_current; /* pointing to current entry */ } image_desc_t; /* Prototypes */