Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/fallthrough'
[gitweb.git]
/
strbuf.h
diff --git
a/strbuf.h
b/strbuf.h
index 1a77fe146a9c0a83bda4461b084148a5a89b63e2..7496cb8ec5a1f8baeda90f8653b2fcbbe2527390 100644
(file)
--- a/
strbuf.h
+++ b/
strbuf.h
@@
-68,7
+68,7
@@
struct strbuf {
};
extern char strbuf_slopbuf[];
-#define STRBUF_INIT {
0, 0,
strbuf_slopbuf }
+#define STRBUF_INIT {
.alloc = 0, .len = 0, .buf =
strbuf_slopbuf }
/**
* Life Cycle Functions