diff options
Diffstat (limited to 'i915/i915_debug.c')
-rw-r--r-- | i915/i915_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i915/i915_debug.c b/i915/i915_debug.c index f7bb7ea..fecfac3 100644 --- a/i915/i915_debug.c +++ b/i915/i915_debug.c @@ -806,6 +806,7 @@ static GLboolean i915_debug_packet( struct debug_stream *stream ) default: return debug(stream, "", 0); } + break; default: assert(0); return 0; |