[jit] Fix the DISABLE_JIT build.
[mono.git] / mono / mini / trace.c
index 024ddaf20eeb4d58867fd192e6f13bba711a0659..f67b704c362727b2e9f80e000e3fda8b85849779 100644 (file)
@@ -661,7 +661,7 @@ handle_enum:
        case MONO_TYPE_R4:
        case MONO_TYPE_R8: {
                double f = va_arg (ap, double);
-               printf ("FP=%f\n", f);
+               printf ("FP=%f", f);
                break;
        }
        case MONO_TYPE_VALUETYPE: