summary refs log tree commit diff
path: root/mico-dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'mico-dump.c')
-rw-r--r--mico-dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mico-dump.c b/mico-dump.c
index 8bf12e4..982c1b4 100644
--- a/mico-dump.c
+++ b/mico-dump.c
@@ -108,7 +108,7 @@ main()
 			t += td;
 			v += vd;
 
-			printf("%s %f %ld\n", name, v/10.0, t);
+			printf("%s %f %ld\n", name, v/10000.0, t);
 		}
 	}
 }