X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_tool.h;h=56b4568dbd787468410391b3298748a84fdc8cfd;hp=dbfb26b06add6c1044baaf2df3a610450dc98516;hb=c2588300e3b61df51b846dd79d90b3da9628d0cb;hpb=5b1d628ac291d76978e00ceaa9d4930f0049703b diff --git a/src/rrd_tool.h b/src/rrd_tool.h index dbfb26b..56b4568 100644 --- a/src/rrd_tool.h +++ b/src/rrd_tool.h @@ -140,7 +140,7 @@ typedef union infoval { unsigned long u_cnt; rrd_value_t u_val; char *u_str; - int u_int; + int u_int; } infoval; typedef struct info_t {