Try 3 on warning about no output file specified

This commit is contained in:
Matt Pharr
2011-12-06 14:44:41 -08:00
parent bd70182369
commit 27c53a3c25

View File

@@ -356,7 +356,7 @@ int main(int Argc, char *Argv[]) {
g->opt.level = 0;
if (outFileName == NULL && headerFileName == NULL)
Warning(SourcePos(), "Nutput file or header file name specified. "
Warning(SourcePos(), "No output file or header file name specified. "
"Program will be compiled and warnings/errors will "
"be issued, but no output will be generated.");