diff src/win32/untar.c @ 7242:59ffe137176d

[gaim-migrate @ 7817] Update to mingw 3.0 and higher (gcc 3.2) committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sun, 12 Oct 2003 21:00:26 +0000
parents 26b739bc9f1a
children 0f7452b1f777
line wrap: on
line diff
--- a/src/win32/untar.c	Sun Oct 12 18:40:28 2003 +0000
+++ b/src/win32/untar.c	Sun Oct 12 21:00:26 2003 +0000
@@ -80,8 +80,8 @@
 #include "untar.h"
 
 #define mkdir(a,b) _mkdir((a))
-#define untar_error( error, args... )      gaim_debug(GAIM_DEBUG_ERROR, "untar", ## error ## , ## args )
-#define untar_warning( warning, args... )  gaim_debug(GAIM_DEBUG_WARNING, "untar", ## warning ## , ## args )
+#define untar_error( error, args... )      gaim_debug(GAIM_DEBUG_ERROR, "untar", error, ## args )
+#define untar_warning( warning, args... )  gaim_debug(GAIM_DEBUG_WARNING, "untar", warning, ## args )
 #define untar_verbose( args... )           gaim_debug(GAIM_DEBUG_INFO, "untar", ## args )
  
 #define WSIZE	32768	/* size of decompression buffer */