Reworked settings so as to use one large struct instead of lots of static
[pspp-builds.git] / src / language / syntax-file.c
index 5bd6fafacf50e6a541e4254926e12df4cb67a9d6..a48dba4a136cad55c78f873b5b395b2cdb60da13 100644 (file)
@@ -110,7 +110,7 @@ read_syntax_file (struct getl_interface *s,
   while (sfs->ln == 1 && !memcmp (ds_cstr (line), "#!", 2));
 
   /* Echo to listing file, if configured to do so. */
-  if (get_echo ())
+  if (settings_get_echo ())
     tab_output_text (TAB_LEFT | TAB_FIX, ds_cstr (line));
 
   return true;