diff options
author | Keith Seitz <keiths@cygnus> | 1998-12-17 17:17:35 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1998-12-17 17:17:35 +0000 |
commit | 7416961455fcc415d7580562abd00124b871e80b (patch) | |
tree | fc023ae3a9c848aed32c0ec39f0e26cf3d74c0b5 /gdb | |
parent | c888792a27cb132edd772f68e8935c50299d82f6 (diff) | |
download | gdb-7416961455fcc415d7580562abd00124b871e80b.zip gdb-7416961455fcc415d7580562abd00124b871e80b.tar.gz gdb-7416961455fcc415d7580562abd00124b871e80b.tar.bz2 |
fix typo.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/gdbtk-cmds.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/gdbtk-cmds.c b/gdb/gdbtk-cmds.c index 6053ec8..da3683e 100644 --- a/gdb/gdbtk-cmds.c +++ b/gdb/gdbtk-cmds.c @@ -1357,7 +1357,6 @@ gdb_search (clientData, interp, objc, objv) result_ptr->flags |= GDBTK_IN_TCL_RESULT; return TCL_ERROR; } - } switch ((enum switches_opts) index) { |