]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/parser.y
Changed naming scheme of basic shared structures.
[flightgear.git] / Scenery / parser.y
index 0a375a5e97ef21cd433da7a6fc38b3125343aa03..41f7b8fb7bc09a672f592273a7c15d71cde5cfe1 100644 (file)
@@ -170,7 +170,7 @@ int main(int argc, char **argv) {
     yydebug = 1;
 #endif
 
-    printf("input file = %s\n", argv[1]);
+    printf("  input file = %s\n", argv[1]);
     push_input_stream(argv[1]);
     yyparse();
 
@@ -183,7 +183,7 @@ int main(int argc, char **argv) {
 int fgParseVRML(char *file) {
     int result;
 
-    printf("input file = %s\n", file);
+    printf("  input file = %s\n", file);
     push_input_stream(file);
     result = yyparse();