index a540b96cb340aafc8916b58218839bc44b43aa6e..8846c2be76b03d7b17ee6094e10972579adfa03f 100644 (file)
@@ -266,7 +266,7 @@ void print_field(const struct tic_field *field)
if (tp.idtag)
ticprintf(", \"id\": \"%s\"", tp.idtag);
- ticprintf("}%c", (tp.optflags & TIC2JSON_OPT_CRFIELD) ? '\n': ' ');
+ ticprintf("}%c", (tp.optflags & TIC2JSON_OPT_CRFIELD) ? '\n': ' ');
tp.fdelim = ',';
}