summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/src/dvipdfmx.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdfm-x/src/dvipdfmx.c')
-rw-r--r--Build/source/texk/dvipdfm-x/src/dvipdfmx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/dvipdfm-x/src/dvipdfmx.c b/Build/source/texk/dvipdfm-x/src/dvipdfmx.c
index cde17f051a6..eb4fb13cbad 100644
--- a/Build/source/texk/dvipdfm-x/src/dvipdfmx.c
+++ b/Build/source/texk/dvipdfm-x/src/dvipdfmx.c
@@ -22,8 +22,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#if HAVE_CONFIG_H
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
#endif
#include <stdio.h>
@@ -900,7 +900,7 @@ main (int argc, char *argv[])
set_verbose(argc, argv);
/* quiet mode cannot be set in config file */
if (really_quiet)
- shut_up();
+ shut_up(really_quiet);
pdf_init_fontmaps(); /* This must come before parsing options... */