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