X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdbi.c;h=655581e8bdc74b7b0e45fcbf90d3af8bae0b20a3;hb=8361c1e963f9184c3c4d87197fd6996d667cdb3f;hp=7dec51ad85a04a6aacbeac7e94253a988b40f53c;hpb=952a2f399229aa5e327959ba81d32dc47a4745df;p=collectd.git diff --git a/src/dbi.c b/src/dbi.c index 7dec51ad..655581e8 100644 --- a/src/dbi.c +++ b/src/dbi.c @@ -148,7 +148,7 @@ static int cdbi_result_get_field (dbi_result res, /* {{{ */ else if (src_type == DBI_TYPE_STRING) { const char *value; - + value = dbi_result_get_string_idx (res, index); if (value == NULL) sstrncpy (buffer, "", buffer_size); @@ -214,7 +214,7 @@ static void cdbi_database_free (cdbi_database_t *db) /* {{{ */ * * ... * - * + * * * Driver "mysql" * Interval 120