diff options
Diffstat (limited to 'src/writer.c')
-rw-r--r-- | src/writer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/writer.c b/src/writer.c index e78e100b..26ed01c0 100644 --- a/src/writer.c +++ b/src/writer.c @@ -22,7 +22,7 @@ typedef enum { FIELD_SUBJECT, FIELD_PREDICATE, FIELD_OBJECT, - FIELD_GRAPH + FIELD_GRAPH, } Field; typedef struct { @@ -50,7 +50,7 @@ typedef enum { SEP_GRAPH_BEGIN, ///< Start of graph ('{') SEP_GRAPH_END, ///< End of graph ('}') SEP_URI_BEGIN, ///< URI start quote ('<') - SEP_URI_END ///< URI end quote ('>') + SEP_URI_END, ///< URI end quote ('>') } Sep; typedef struct { |