diff options
author | David D. Zuhn <zoo@cygnus> | 1993-10-12 19:03:59 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-10-12 19:03:59 +0000 |
commit | 59c2be48f9307aed697a2acddb8c128fdd4f9423 (patch) | |
tree | 319fba10e452f68c6bb3e20817f5979250093a2f /gdb/remote-sim.c | |
parent | 05238df4e27e616554f2039d97647ef68b2dd99d (diff) | |
download | gdb-59c2be48f9307aed697a2acddb8c128fdd4f9423.zip gdb-59c2be48f9307aed697a2acddb8c128fdd4f9423.tar.gz gdb-59c2be48f9307aed697a2acddb8c128fdd4f9423.tar.bz2 |
fix unterminated character string
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index bfde87e..83600e8 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -32,7 +32,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "terminal.h" #include "target.h" #include "gdbcore.h" -#include "remote-sim.h +#include "remote-sim.h" #include "remote-utils.h" /* Naming convention: |