aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/jansson.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jansson.h b/src/jansson.h
index a5927bd..f55a387 100644
--- a/src/jansson.h
+++ b/src/jansson.h
@@ -131,7 +131,7 @@ void json_decrefp(json_t **json)
#define JSON_ERROR_TEXT_LENGTH 160
#define JSON_ERROR_SOURCE_LENGTH 80
-typedef struct {
+typedef struct json_error_t {
int line;
int column;
int position;