From 7f7dabdaac2b1f4b4a98cdd882a37017cedd830c Mon Sep 17 00:00:00 2001 From: Mohseen Mukaddam Date: Mon, 12 Jun 2017 13:40:47 -0700 Subject: [PATCH] adding GIT_FILTER_VERSION to GIT_FILTER_INIT as part of convention --- include/git2/sys/filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/sys/filter.h b/include/git2/sys/filter.h index d0e5d4d6f..8c6d7a536 100644 --- a/include/git2/sys/filter.h +++ b/include/git2/sys/filter.h @@ -271,7 +271,7 @@ struct git_filter { }; #define GIT_FILTER_VERSION 1 - +#define GIT_FILTER_INIT {GIT_FILTER_VERSION} /** * Register a filter under a given name with a given priority. *