mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Add missed ")". Fix the build.
Pointy hat to: kib
This commit is contained in:
parent
1a667f5b30
commit
bdaee9ef4e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164383
@ -426,7 +426,7 @@ linux_getcwd(struct thread *td, struct linux_getcwd_args *args)
|
||||
|
||||
#ifdef DEBUG
|
||||
if (ldebug(getcwd))
|
||||
printf(ARGS(getcwd, "%p, %ld", args->buf, (long)args->bufsize);
|
||||
printf(ARGS(getcwd, "%p, %ld"), args->buf, (long)args->bufsize);
|
||||
#endif
|
||||
|
||||
len = args->bufsize;
|
||||
|
Loading…
Reference in New Issue
Block a user