summaryrefslogtreecommitdiff
path: root/src/threadstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/threadstate.h')
-rw-r--r--src/threadstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threadstate.h b/src/threadstate.h
index 51810a939..c10f26b59 100644
--- a/src/threadstate.h
+++ b/src/threadstate.h
@@ -12,7 +12,7 @@
typedef struct {
git_error *last_error;
git_error error_t;
- git_buf error_buf;
+ git_str error_buf;
char oid_fmt[GIT_OID_HEXSZ+1];
} git_threadstate;