mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-13 19:06:54 +08:00
import gdb-1999-07-07 pre reformat
This commit is contained in:
@ -198,8 +198,10 @@ strip_bg_char (args)
|
||||
char **args;
|
||||
{
|
||||
char *p = NULL;
|
||||
|
||||
if (p = strchr (*args, '&'))
|
||||
|
||||
p = strchr (*args, '&');
|
||||
|
||||
if (p)
|
||||
{
|
||||
if (p == (*args + strlen (*args) - 1))
|
||||
{
|
||||
|
Reference in New Issue
Block a user