Commit 03aed8bc by punkymaniac

Add missing parameter name

parent f8b26df3
......@@ -73,7 +73,7 @@ typedef struct git_config_entry {
/**
* Free a config entry
*/
GIT_EXTERN(void) git_config_entry_free(git_config_entry *);
GIT_EXTERN(void) git_config_entry_free(git_config_entry *entry);
/**
* A config enumeration callback
......
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