aboutsummaryrefslogtreecommitdiff
path: root/strvec.h
diff options
context:
space:
mode:
Diffstat (limited to 'strvec.h')
-rw-r--r--strvec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/strvec.h b/strvec.h
index 6b3cbd6758..a10aad5f64 100644
--- a/strvec.h
+++ b/strvec.h
@@ -33,7 +33,7 @@ struct strvec {
size_t alloc;
};
-#define STRVEC_INIT { empty_strvec, 0, 0 }
+#define STRVEC_INIT { empty_strvec }
/**
* Initialize an array. This is no different than assigning from