summaryrefslogtreecommitdiff
path: root/path.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-07-24 14:50:47 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-07-24 14:50:47 -0700
commit00da9b2091ef8d1955fa2f021b8ba111ce6a5fed (patch)
tree6f06221912c327a5e92ccee1c8ecd0b3bfdd8459 /path.h
parentMerge branch 'tb/config-default' (diff)
parentutf8.c: avoid char overflow (diff)
downloadtgif-00da9b2091ef8d1955fa2f021b8ba111ce6a5fed.tar.xz
Merge branch 'bb/pedantic'
The codebase has been updated to compile cleanly with -pedantic option. * bb/pedantic: utf8.c: avoid char overflow string-list.c: avoid conversion from void * to function pointer sequencer.c: avoid empty statements at top level convert.c: replace "\e" escapes with "\033". fixup! refs/refs-internal.h: avoid forward declaration of an enum refs/refs-internal.h: avoid forward declaration of an enum fixup! connect.h: avoid forward declaration of an enum connect.h: avoid forward declaration of an enum
Diffstat (limited to 'path.h')
-rw-r--r--path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/path.h b/path.h
index 5263f40519..ed6732e5a2 100644
--- a/path.h
+++ b/path.h
@@ -147,7 +147,7 @@ extern void report_linked_checkout_garbage(void);
/*
* You can define a static memoized git path like:
*
- * static GIT_PATH_FUNC(git_path_foo, "FOO");
+ * static GIT_PATH_FUNC(git_path_foo, "FOO")
*
* or use one of the global ones below.
*/