mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
fix warning message
svn path=/trunk/; revision=13438
This commit is contained in:
parent
ac1bda4c72
commit
32ded4ebff
1 changed files with 2 additions and 5 deletions
|
@ -625,13 +625,10 @@ putpacket (unsigned char *buffer)
|
||||||
while (getDebugChar () != '+');
|
while (getDebugChar () != '+');
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void debug_error (char* format/*, char* parm*/)
|
||||||
debug_error (format, parm)
|
|
||||||
char *format;
|
|
||||||
char *parm;
|
|
||||||
{
|
{
|
||||||
if (remote_debug)
|
if (remote_debug)
|
||||||
fprintf (stderr, format, parm);
|
fprintf (stderr, format/*, parm*/);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Address of a routine to RTE to if we get a memory fault. */
|
/* Address of a routine to RTE to if we get a memory fault. */
|
||||||
|
|
Loading…
Reference in a new issue