Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
msvc: Fix some "expr evaluates to function" compiler warnings
[gitweb.git]
/
builtin
/
notes.c
diff --git
a/builtin/notes.c
b/builtin/notes.c
index 26617546c8cadac493f06473d02f27f320713b28..da504ee0af5dab303add0ddf210a7953ca87ae9d 100644
(file)
--- a/
builtin/notes.c
+++ b/
builtin/notes.c
@@
-313,7
+313,7
@@
int commit_notes(struct notes_tree *t, const char *msg)
return 0;
}
-combine_notes_fn
*
parse_combine_notes_fn(const char *v)
+combine_notes_fn parse_combine_notes_fn(const char *v)
{
if (!strcasecmp(v, "overwrite"))
return combine_notes_overwrite;