]> git.ipfire.org Git - thirdparty/git.git/blobdiff - diff.h
enums: omit trailing comma for portability
[thirdparty/git.git] / diff.h
diff --git a/diff.h b/diff.h
index 6a71013dc63fc0912fd4f3d27f70ae909917f1f6..965b6c2617c60d2f2044078a72ca31273c06755f 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -133,7 +133,7 @@ enum color_diff {
        DIFF_FILE_NEW = 5,
        DIFF_COMMIT = 6,
        DIFF_WHITESPACE = 7,
-       DIFF_FUNCINFO = 8,
+       DIFF_FUNCINFO = 8
 };
 const char *diff_get_color(int diff_use_color, enum color_diff ix);
 #define diff_get_color_opt(o, ix) \