mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
i915g: Add missing break statement in i915_debug.c.
This commit is contained in:
parent
36e2074b63
commit
f6541773c4
1 changed files with 1 additions and 0 deletions
|
|
@ -851,6 +851,7 @@ static boolean i915_debug_packet( struct debug_stream *stream )
|
|||
default:
|
||||
return debug(stream, "", 0);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
assert(0);
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue