Merge pull request #28240 from adamjrichter:master
PiperOrigin-RevId: 247313897
This commit is contained in:
commit
75700668d2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user