summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-02-17 23:10:13 -0800
committerVinson Lee <vlee@vmware.com>2010-02-17 23:10:13 -0800
commit9f5640d10b3c29260418c0acd0b5466b112f6ecd (patch)
tree009d7c41b067932a3b135da3bdc385ce7aec28f7
parent8266f1e5a5a2f066e4dd0e7bf3273d6edcbff760 (diff)
util: Fix typo of debug_dump_float_rgba_bmp.
-rw-r--r--src/gallium/auxiliary/util/u_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h
index efcf065d27..0f4768f344 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