projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e2074
)
i915g: Add missing break statement in i915_debug.c.
author
Vinson Lee
<vlee@vmware.com>
Fri, 20 Nov 2009 22:31:42 +0000
(14:31 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 20 Nov 2009 22:31:42 +0000
(14:31 -0800)
src/gallium/drivers/i915/i915_debug.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915/i915_debug.c
b/src/gallium/drivers/i915/i915_debug.c
index e6640e587b4c3b08cdbcb58ab365be2061a2644b..c6e6d6fd3137446b124b5006c1977368237efe3f 100644
(file)
--- a/
src/gallium/drivers/i915/i915_debug.c
+++ b/
src/gallium/drivers/i915/i915_debug.c
@@
-851,6
+851,7
@@
static boolean i915_debug_packet( struct debug_stream *stream )
default:
return debug(stream, "", 0);
}
+ break;
default:
assert(0);
return 0;