summaryrefslogtreecommitdiff
path: root/wk4/pset/recover/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'wk4/pset/recover/test.c')
-rw-r--r--wk4/pset/recover/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wk4/pset/recover/test.c b/wk4/pset/recover/test.c
index 87781af..f9c4126 100644
--- a/wk4/pset/recover/test.c
+++ b/wk4/pset/recover/test.c
@@ -7,5 +7,5 @@
int main(int argc, char *argv[])
{
- printf("%f", ceil(sizeof(500000)/512.0) )
+ printf("%f\n", ceil(500000/512.0));
}