mirror of
https://github.com/git/git.git
synced 2026-01-13 04:06:01 +00:00
Merge branch 'ep/trace-doc-sample-fix'
Fix a typo in an example in the trace API documentation. * ep/trace-doc-sample-fix: api-trace.txt: fix typo
This commit is contained in:
@@ -28,7 +28,7 @@ static struct trace_key trace_foo = TRACE_KEY_INIT(FOO);
|
||||
|
||||
static void trace_print_foo(const char *message)
|
||||
{
|
||||
trace_print_key(&trace_foo, message);
|
||||
trace_printf_key(&trace_foo, "%s", message);
|
||||
}
|
||||
------------
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user