From 7dcc29fc4652caeb09de39827cfd1a80726b5995 Mon Sep 17 00:00:00 2001 From: Peter Pettersson Date: Fri, 22 Oct 2021 22:51:59 +0200 Subject: Make enum in src,tests and examples C90 compliant by removing trailing comma. --- src/annotated_commit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/annotated_commit.h') diff --git a/src/annotated_commit.h b/src/annotated_commit.h index b390066b2..444a2ed10 100644 --- a/src/annotated_commit.h +++ b/src/annotated_commit.h @@ -15,7 +15,7 @@ typedef enum { GIT_ANNOTATED_COMMIT_REAL = 1, - GIT_ANNOTATED_COMMIT_VIRTUAL = 2, + GIT_ANNOTATED_COMMIT_VIRTUAL = 2 } git_annotated_commit_t; /** -- cgit v1.2.1