]> git.proxmox.com Git - libgit2.git/commitdiff
Make constant name all-caps
authorBen Straub <bs@github.com>
Sat, 1 Dec 2012 04:35:01 +0000 (20:35 -0800)
committerBen Straub <bs@github.com>
Sat, 1 Dec 2012 04:35:01 +0000 (20:35 -0800)
include/git2/diff.h

index 16a24b5f63edbe5f569699af75c9f965b80f61ce..6732c30daff0a299ebb96dbaa5758a99be33bd3a 100644 (file)
@@ -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" */