output: remove unnecessary increment

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2017-01-02 21:21:27 +00:00
parent a6b77ab785
commit aaad35a8c9
No known key found for this signature in database
GPG key ID: A9553245FDE9B739

View file

@ -433,7 +433,6 @@ int output_json(void)
fprintf(outfile, " \"free\":%g\n",
shared_networks->available - shared_networks->used);
fprintf(outfile, " }"); /* end of summary */
sep++;
}
fprintf(outfile, "\n}\n");