Merge pull request #28240 from adamjrichter:master

PiperOrigin-RevId: 247313897
This commit is contained in:
TensorFlower Gardener 2019-05-08 16:39:41 -07:00
commit 75700668d2

View File

@ -22,7 +22,8 @@ int main(int argc, char** argv) {
if (argc != 3) {
fprintf(stderr,
"%s requires exactly two parameters - the names of the header and "
"source files to save\n");
"source files to save\n",
argv[0]);
return 1;
}
struct FrontendConfig frontend_config;