From 27c53a3c2544a80e8d2122e8f2ba855465febec3 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Tue, 6 Dec 2011 14:44:41 -0800 Subject: [PATCH] Try 3 on warning about no output file specified --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 5b459689..f13544e3 100644 --- a/main.cpp +++ b/main.cpp @@ -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.");