aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/partialator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c
index a24c5f03..13795c65 100644
--- a/src/partialator.c
+++ b/src/partialator.c
@@ -961,7 +961,7 @@ static void write_polarisation(FILE *fh, const char *name,
fprintf(fh, " \"%s\": {\n", name);
fprintf(fh, " \"angle_from_horizontal_deg\": %f,\n", rad2deg(p.angle));
fprintf(fh, " \"fraction\": %f\n", p.fraction);
- fprintf(fh, " }\n");
+ fprintf(fh, " },\n");
}
static void write_harvest_file(const char *filename,