Constify find_command

gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

	* findcmd.c (find_command): Constify.
This commit is contained in:
Tom Tromey 2017-09-12 21:33:48 -06:00
parent 643c2ffafe
commit f21b4d5c59
2 changed files with 5 additions and 1 deletions

View file

@ -209,7 +209,7 @@ parse_find_args (const char *args, ULONGEST *max_countp,
}
static void
find_command (char *args, int from_tty)
find_command (const char *args, int from_tty)
{
struct gdbarch *gdbarch = get_current_arch ();
bfd_boolean big_p = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG;