diff options
| author | rsc <rsc> | 2006-09-06 19:08:14 +0000 |
|---|---|---|
| committer | rsc <rsc> | 2006-09-06 19:08:14 +0000 |
| commit | 0cfc7290e8307b66ade6d5eb736c89cc4062c302 (patch) | |
| tree | 592ad149f605717dfa0162d75da0af050a9c53e4 /userfs.c | |
| parent | db8fb62e4d599f4e08a3b6420e42b2445e8d7fe3 (diff) | |
| download | xv6-labs-2022-0cfc7290e8307b66ade6d5eb736c89cc4062c302.tar.xz xv6-labs-2022-0cfc7290e8307b66ade6d5eb736c89cc4062c302.zip | |
wrap long lines
Diffstat (limited to 'userfs.c')
| -rw-r--r-- | userfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -124,7 +124,8 @@ writetest1(void) exit(); } if(((int*)buf)[0] != n) { - printf(stdout, "read content of block %d is %d\n", n, ((int*)buf)[0]); + printf(stdout, "read content of block %d is %d\n", + n, ((int*)buf)[0]); exit(); } n++; |
