Browse Source

add errors_occurred flag

David Rose 21 years ago
parent
commit
7fdb08d000
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ppremake/ppremake.cxx

+ 1 - 1
ppremake/ppremake.cxx

@@ -477,7 +477,7 @@ main(int argc, char *argv[]) {
   }
   }
 
 
   if (errors_occurred) {
   if (errors_occurred) {
-    cerr << "Errors occurred during processing.\n";
+    cerr << "Errors occurred during ppremake.\n";
     return (1);
     return (1);
 
 
   } else {
   } else {