diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-07-24 20:17:18 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-07-24 20:17:18 +0000 |
commit | 6baf37728072dc4d99841862a242f25545723c11 (patch) | |
tree | 5348fb5a28f925c1915cda93cbda7a1ac28f9fe4 /opcodes/i386-gen.c | |
parent | f6eea5aed8e0b3c097bbeaf9180ff6898ef9389c (diff) | |
download | gdb-6baf37728072dc4d99841862a242f25545723c11.zip gdb-6baf37728072dc4d99841862a242f25545723c11.tar.gz gdb-6baf37728072dc4d99841862a242f25545723c11.tar.bz2 |
2007-07-24 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c (main): Print a newline after copyright notice.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r-- | opcodes/i386-gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 4a0c0b1..fc27504 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -404,7 +404,7 @@ main (int argc, char **argv) You should have received a copy of the GNU General Public License\n\ along with this program; if not, write to the Free Software\n\ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,\n\ - MA 02110-1301, USA. */"); + MA 02110-1301, USA. */\n"); process_i386_opcodes (); process_i386_registers (); |