fix warning message
authorMartin Fuchs <fuchs.martin@gmail.com>
Sun, 6 Feb 2005 13:12:07 +0000 (13:12 +0000)
committerMartin Fuchs <fuchs.martin@gmail.com>
Sun, 6 Feb 2005 13:12:07 +0000 (13:12 +0000)
svn path=/trunk/; revision=13438

reactos/subsys/system/explorer/i386-stub-win32.c

index 2fa2d56..5387fe1 100644 (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.  */