Skip to content

Commit

Permalink
submodule.c: mark file-local function static
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jan 12, 2010
1 parent 758e915 commit cb58c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "commit.h"
#include "revision.h"

int add_submodule_odb(const char *path)
static int add_submodule_odb(const char *path)
{
struct strbuf objects_directory = STRBUF_INIT;
struct alternate_object_database *alt_odb;
Expand Down

0 comments on commit cb58c93

Please sign in to comment.