Commit 87a4b4d1 authored by Bodo Möller's avatar Bodo Möller
Browse files

fix printf call

parent 8ecf5104
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1625,7 +1625,7 @@ show_res:
#endif
#ifdef HZ
#define as_string(s) (#s)
		printf("HZ=%g", HZ);
		printf("HZ=%g", (double)HZ);
# ifdef _SC_CLK_TCK
		printf(" [sysconf value]");
# endif