summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/opcodes/s390-mkopc.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/opcodes/s390-mkopc.c')
-rw-r--r--binutils-2.25/opcodes/s390-mkopc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils-2.25/opcodes/s390-mkopc.c b/binutils-2.25/opcodes/s390-mkopc.c
index 6aed72b8..bf30f5bc 100644
--- a/binutils-2.25/opcodes/s390-mkopc.c
+++ b/binutils-2.25/opcodes/s390-mkopc.c
@@ -1,5 +1,5 @@
/* s390-mkopc.c -- Generates opcode table out of s390-opc.txt
- Copyright 2000, 2001, 2003, 2005, 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
This file is part of the GNU opcodes library.
@@ -298,7 +298,7 @@ dumpTable (void)
int ix;
/* Write hash table entries (slots). */
- printf (file_header);
+ printf ("%s", file_header);
for (ix = 0; ix < no_ops; ix++)
{