/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sequencer.c: avoid empty statements at top level
[git/git.git]
/
path.h
diff --git
a/path.h
b/path.h
index
1ccd037
..
fc9d348
100644
(file)
--- 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.
*/