summaryrefslogtreecommitdiff
path: root/userfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'userfs.c')
-rw-r--r--userfs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/userfs.c b/userfs.c
index 201db40..b409f1e 100644
--- a/userfs.c
+++ b/userfs.c
@@ -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++;