From: Vinson Lee Date: Thu, 18 Feb 2010 07:10:13 +0000 (-0800) Subject: util: Fix typo of debug_dump_float_rgba_bmp. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f5640d10b3c29260418c0acd0b5466b112f6ecd;p=mesa.git util: Fix typo of debug_dump_float_rgba_bmp. --- diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h index efcf065d276..0f4768f3444 100644 --- a/src/gallium/auxiliary/util/u_debug.h +++ b/src/gallium/auxiliary/util/u_debug.h @@ -337,7 +337,7 @@ void debug_dump_float_rgba_bmp(const char *filename, #define debug_dump_surface(prefix, surface) ((void)0) #define debug_dump_surface_bmp(filename, surface) ((void)0) #define debug_dump_transfer_bmp(filename, transfer) ((void)0) -#define debug_dump_rgba_float_bmp(filename, width, height, rgba, stride) ((void)0) +#define debug_dump_float_rgba_bmp(filename, width, height, rgba, stride) ((void)0) #endif