Index: runtime/bin/eventhandler_macos.cc |
=================================================================== |
--- runtime/bin/eventhandler_macos.cc (revision 26375) |
+++ runtime/bin/eventhandler_macos.cc (working copy) |
@@ -190,7 +190,7 @@ |
if (result == -1) { |
perror("Interrupt message failure:"); |
} |
- FATAL1("Interrupt message failure. Wrote %"Pd" bytes.", result); |
+ FATAL1("Interrupt message failure. Wrote %" Pd " bytes.", result); |
} |
} |