diff options
-rw-r--r-- | sys/compat/linux/linux_getcwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_getcwd.c b/sys/compat/linux/linux_getcwd.c index 498bf3b..c244e50 100644 --- a/sys/compat/linux/linux_getcwd.c +++ b/sys/compat/linux/linux_getcwd.c @@ -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; |