diff options
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++; |