Commit 7bcfbe16c59d6f3a47cfbfa65952623081c8f7de

Ben Straub 2012-11-30T20:35:01

Make constant name all-caps

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/diff.h b/include/git2/diff.h
index 16a24b5..6732c30 100644
--- a/include/git2/diff.h
+++ b/include/git2/diff.h
@@ -107,7 +107,7 @@ typedef enum {
  */
 typedef struct {
 	unsigned int version;      /**< version for the struct */
-	uint32_t flags;            /**< defaults to git_diff_normal */
+	uint32_t flags;            /**< defaults to GIT_DIFF_NORMAL */
 	uint16_t context_lines;    /**< defaults to 3 */
 	uint16_t interhunk_lines;  /**< defaults to 0 */
 	char *old_prefix;          /**< defaults to "a" */