Commit 7bcfbe16 by Ben Straub

Make constant name all-caps

parent 0ab3a2ab
......@@ -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" */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment