fix warning message

svn path=/trunk/; revision=13438
This commit is contained in:
Martin Fuchs 2005-02-06 13:12:07 +00:00
parent ac1bda4c72
commit 32ded4ebff

View file

@ -625,13 +625,10 @@ putpacket (unsigned char *buffer)
while (getDebugChar () != '+');
}
void
debug_error (format, parm)
char *format;
char *parm;
void debug_error (char* format/*, char* parm*/)
{
if (remote_debug)
fprintf (stderr, format, parm);
fprintf (stderr, format/*, parm*/);
}
/* Address of a routine to RTE to if we get a memory fault. */