summaryrefslogtreecommitdiff
path: root/oid-array.h
diff options
context:
space:
mode:
Diffstat (limited to 'oid-array.h')
-rw-r--r--oid-array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/oid-array.h b/oid-array.h
index 72bca78..f60f9af 100644
--- a/oid-array.h
+++ b/oid-array.h
@@ -56,7 +56,7 @@ struct oid_array {
int sorted;
};
-#define OID_ARRAY_INIT { NULL, 0, 0, 0 }
+#define OID_ARRAY_INIT { 0 }
/**
* Add an item to the set. The object ID will be placed at the end of the array