Chromium Code Reviews| Index: third_party/libxml/src/macos/src/XMLTestPrefix.h |
| diff --git a/third_party/libxml/src/macos/src/XMLTestPrefix.h b/third_party/libxml/src/macos/src/XMLTestPrefix.h |
| index 594c9b768b8ec87cddd58d60f5f5b8870347391f..3e84255cb61f2761609e52fc64476b5df9eaf8b3 100644 |
| --- a/third_party/libxml/src/macos/src/XMLTestPrefix.h |
| +++ b/third_party/libxml/src/macos/src/XMLTestPrefix.h |
| @@ -1 +1 @@ |
| -int test_main(int argc, char **argv); |
| +int test_main(int argc, char **argv); |
| #define main(X,Y) test_main(X,Y) |