update for HEAD-2003091401
[reactos.git] / lib / winedbgc / debug.c
index 9dff056..60d88de 100644 (file)
@@ -390,7 +390,7 @@ static int default_dbg_vlog( int cls, const char *channel, const char *func,
     if (cls < sizeof(debug_classes)/sizeof(debug_classes[0]))
         ret += wine_dbg_printf( "%s:%s:%s ", debug_classes[cls], channel + 1, func );
     if (format)
-        ret += __wine_dbg_vprintf( format, args );
+        ret += wine_dbg_vprintf( format, args );
     return ret;
 }